'Symfony\\Component\\DependencyInjection\\Tests\\Compiler\\Foo' => true,
];
} /**
* Gets the public 'wither' shared autowired service.
*
* @return \Symfony\Component\DependencyInjection\Tests\Compiler\Wither
*/
protected static function getWitherService($container) { $instance =
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Wither();
$a =
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Foo();
$a =
$a->
cloneFoo();
$instance =
$instance->
withFoo1($a);
$container->services
['wither'
] =
$instance =
$instance->
withFoo2($a);
$instance->
setFoo($a);
return $instance;
}}