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 5aad9a9 commit dde884cCopy full SHA for dde884c
Tests/Controller/ControllerResolverTest.php
@@ -172,7 +172,7 @@ class ContainerAwareController implements ContainerAwareInterface
172
{
173
private $container;
174
175
- public function setContainer(ContainerInterface $container = null)
+ public function setContainer(?ContainerInterface $container)
176
177
$this->container = $container;
178
}
0 commit comments