'foo' => true,
];
} /**
* Gets the public 'bar' shared autowired service.
*
* @return \Symfony\Component\DependencyInjection\Tests\Dumper\CallableAdapterConsumer
*/
protected static function getBarService($container) { 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());
} });
}}