Skip to content

Commit 94940fe

Browse files
committed
Merge remote-tracking branch 'pulzarraider/patch-5' into 2.0
* pulzarraider/patch-5: Fix for {@inheritdoc} phpDoc tag.
2 parents 2db24c2 + 5c060d1 commit 94940fe

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Routing

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Routing/Router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(ContainerInterface $container, $resource, array $opt
4444
}
4545

4646
/**
47-
* @{inheritdoc}
47+
* {@inheritdoc}
4848
*/
4949
public function getRouteCollection()
5050
{

0 commit comments

Comments
 (0)