File tree 1 file changed +1
-1
lines changed
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ public function getRemovedIds(): array
50
50
*/
51
51
protected static function getBarService ($ container )
52
52
{
53
- return $ container ->services ['bar ' ] = new \Symfony \Component \DependencyInjection \Tests \Dumper \CallableAdapterConsumer (new class (fn () => new \Symfony \Component \DependencyInjection \Tests \Compiler \Foo ()) extends \Symfony \Component \DependencyInjection \Argument \LazyClosure implements \Symfony \Component \DependencyInjection \Tests \Compiler \SingleMethodInterface { public function theMethod () { return $ this ->service ->cloneFoo (...\func_get_args ()); } });
53
+ return $ container ->services ['bar ' ] = new \Symfony \Component \DependencyInjection \Tests \Dumper \CallableAdapterConsumer (new class (fn () => ( new \Symfony \Component \DependencyInjection \Tests \Compiler \Foo () )) extends \Symfony \Component \DependencyInjection \Argument \LazyClosure implements \Symfony \Component \DependencyInjection \Tests \Compiler \SingleMethodInterface { public function theMethod () { return $ this ->service ->cloneFoo (...\func_get_args ()); } });
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments