浏览代码

[Routing] added missing @Annotation tag

Fabien Potencier 14 年之前
父节点
当前提交
5da21d1b46
共有 1 个文件被更改,包括 1 次插入0 次删除
  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