[DI] fix fixture

This commit is contained in:
Nicolas Grekas 2021-06-24 10:08:16 +02:00
parent 119b3ec26e
commit 7685645b46
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype;
class Foo implements FooInterface, Sub\BarInterface
{
public function __construct($bar = null, iterable $foo)
public function __construct($bar = null, iterable $foo = null)
{
}