Prechádzať zdrojové kódy

[Routing] added missing @Annotation tag

Fabien Potencier 14 rokov pred
rodič
commit
5da21d1b46

+ 1 - 0
src/Symfony/Component/Routing/Annotation/Route.php

@@ -14,6 +14,7 @@ namespace Symfony\Component\Routing\Annotation;
 /**
  * Annotation class for @Route().
  *
+ * @Annotation
  * @author Fabien Potencier <fabien@symfony.com>
  */
 class Route