Skip to content

Commit dde884c

Browse files
Remove all "nullable-by-default-value" setters
1 parent 5aad9a9 commit dde884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/ControllerResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ContainerAwareController implements ContainerAwareInterface
172172
{
173173
private $container;
174174

175-
public function setContainer(ContainerInterface $container = null)
175+
public function setContainer(?ContainerInterface $container)
176176
{
177177
$this->container = $container;
178178
}

0 commit comments

Comments
 (0)