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 8c9e707 commit 4a99cbaCopy full SHA for 4a99cba
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