Browse Source

Fix for {@inheritdoc} phpDoc tag.

Andrej Hudec 13 years ago
parent
commit
5c060d15e9
1 changed files with 1 additions and 1 deletions
  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()
     {