Merge branch '4.4' into 5.2

* 4.4:
  [DI] fix fixture
This commit is contained in:
Nicolas Grekas 2021-06-24 10:08:29 +02:00
commit 86a417b74f

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)
{
}