Ver código fonte

Fix for {@inheritdoc} phpDoc tag.

Andrej Hudec 13 anos atrás
pai
commit
5c060d15e9

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

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