Explorar el Código

[Routing] added missing @Annotation tag

Fabien Potencier hace 14 años
padre
commit
5da21d1b46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Symfony/Component/Routing/Annotation/Route.php

+ 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