return $factory();
} /**
* Gets the public 'wither' autowired service.
*
* @return \Symfony\Component\DependencyInjection\Tests\Compiler\Wither
*/
protected static function getWitherService($container,
$lazyLoad = true
) { $container->factories
['wither'
] ??=
fn () => self::
getWitherService($container);
if (true ===
$lazyLoad) { return $container->
createProxy('WitherProxyDd381be',
static fn () => \WitherProxyDd381be::
createLazyProxy(static fn () => self::
getWitherService($container, false
)));
} $instance =
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Wither();
$a =
($container->privates
['Symfony\\Component\\DependencyInjection\\Tests\\Compiler\\Foo'
] ??=
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Foo());
$instance =
$instance->
withFoo1($a);
$instance =
$instance->
withFoo2($a);