Skip to content

Commit 6a3eede

Browse files
Remove all "nullable-by-default-value" setters
1 parent 5a73de5 commit 6a3eede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/ContainerAwareFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ContainerAwareFixture implements FixtureInterface, ContainerAwareInterface
2020
{
2121
public $container;
2222

23-
public function setContainer(ContainerInterface $container = null)
23+
public function setContainer(?ContainerInterface $container)
2424
{
2525
$this->container = $container;
2626
}

0 commit comments

Comments
 (0)