Skip to content

Commit a944d2f

Browse files
[DI] fix fixture
1 parent ef346c1 commit a944d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/Prototype/Foo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Foo implements FooInterface, Sub\BarInterface
66
{
7-
public function __construct($bar = null, iterable $foo)
7+
public function __construct($bar = null, iterable $foo = null)
88
{
99
}
1010

0 commit comments

Comments
 (0)