Skip to content

Commit 19f15d7

Browse files
[3.4] Remove useless docblocks
1 parent 095bdb3 commit 19f15d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Controller/Controller.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ abstract class Controller implements ContainerAwareInterface
3232
* @param string $name The parameter name
3333
*
3434
* @return mixed
35+
*
36+
* @final since version 3.4
3537
*/
3638
protected function getParameter($name)
3739
{

Tests/Command/CachePruneCommandTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ private function getPruneableInterfaceMock()
9797
}
9898

9999
/**
100-
* @param KernelInterface $kernel
101-
* @param RewindableGenerator $generator
102-
*
103100
* @return CommandTester
104101
*/
105102
private function getCommandTester(KernelInterface $kernel, RewindableGenerator $generator)

0 commit comments

Comments
 (0)