We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095bdb3 commit 19f15d7Copy full SHA for 19f15d7
Controller/Controller.php
@@ -32,6 +32,8 @@ abstract class Controller implements ContainerAwareInterface
32
* @param string $name The parameter name
33
*
34
* @return mixed
35
+ *
36
+ * @final since version 3.4
37
*/
38
protected function getParameter($name)
39
{
Tests/Command/CachePruneCommandTest.php
@@ -97,9 +97,6 @@ private function getPruneableInterfaceMock()
97
}
98
99
/**
100
- * @param KernelInterface $kernel
101
- * @param RewindableGenerator $generator
102
- *
103
* @return CommandTester
104
105
private function getCommandTester(KernelInterface $kernel, RewindableGenerator $generator)
0 commit comments