8000 Fix incorrect inheritdoc blocks · s7ntech/symfony@74e2c5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 74e2c5e

Browse files
Fix incorrect inheritdoc blocks
Also add a docblock to stopwatch member variable. Remove docblock from private member
1 parent 61ab652 commit 74e2c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/TraceableControllerResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(ContainerInterface $container, ControllerNameParser
4242
}
4343

4444
/**
45-
* @{inheritdoc}
45+
* {@inheritdoc}
4646
*/
4747
public function getController(Request $request)
4848
{
@@ -56,7 +56,7 @@ public function getController(Request $request)
5656
}
5757

5858
/**
59-
* @{inheritdoc}
59+
* {@inheritdoc}
6060
*/
6161
public function getArguments(Request $request, $controller)
6262
{

0 commit comments

Comments
 (0)
0