소스 검색

Fix for {@inheritdoc} phpDoc tag.

Andrej Hudec 13 년 전
부모
커밋
5c060d15e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Routing/Router.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Routing/Router.php

@@ -44,7 +44,7 @@ class Router extends BaseRouter
     }
 
     /**
-     * @{inheritdoc}
+     * {@inheritdoc}
      */
     public function getRouteCollection()
     {