File: /var/www/payments-gateway/var/cache/prod/ContainerFu4LJu4/getServicesResetterService.php
<?php
namespace ContainerFu4LJu4;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/*
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getServicesResetterService extends App_KernelProdContainer
{
/*
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () use ($container) {
if (isset($container->services['request_stack'])) {
yield 'request_stack' => ($container->services['request_stack'] ?? null);
}
if (isset($container->privates['container.env_var_processor'])) {
yield 'container.env_var_processor' => ($container->privates['container.env_var_processor'] ?? null);
}
if (isset($container->services['cache.app'])) {
yield 'cache.app' => ($container->services['cache.app'] ?? null);
}
if (isset($container->services['cache.system'])) {
yield 'cache.system' => ($container->services['cache.system'] ?? null);
}
if (false) {
yield 'cache.validator' => null;
}
if (false) {
yield 'cache.serializer' => null;
}
if (false) {
yield 'cache.property_info' => null;
}
if (isset($container->privates['http_client.transport'])) {
yield 'http_client.transport' => ($container->privates['http_client.transport'] ?? null);
}
if (isset($container->privates['http_client.uri_template'])) {
yield 'http_client' => ($container->privates['http_client.uri_template'] ?? null);
}
if (isset($container->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($container->privates['debug.stopwatch'] ?? null);
}
if (isset($container->privates['doctrine.result_cache_pool'])) {
yield 'doctrine.result_cache_pool' => ($container->privates['doctrine.result_cache_pool'] ?? null);
}
if (isset($container->privates['doctrine.system_cache_pool'])) {
yield 'doctrine.system_cache_pool' => ($container->privates['doctrine.system_cache_pool'] ?? null);
}
if (isset($container->privates['session_listener'])) {
yield 'session_listener' => ($container->privates['session_listener'] ?? null);
}
if (isset($container->services['doctrine'])) {
yield 'doctrine' => ($container->services['doctrine'] ?? null);
}
if (false) {
yield 'doctrine.debug_data_holder' => null;
}
if (isset($container->privates['twig'])) {
yield 'twig' => ($container->privates['twig'] ?? null);
}
}, fn () => 0 + (int) (isset($container->services['request_stack'])) + (int) (isset($container->privates['container.env_var_processor'])) + (int) (isset($container->services['cache.app'])) + (int) (isset($container->services['cache.system'])) + (int) (false) + (int) (false) + (int) (false) + (int) (isset($container->privates['http_client.transport'])) + (int) (isset($container->privates['http_client.uri_template'])) + (int) (isset($container->privates['debug.stopwatch'])) + (int) (isset($container->privates['doctrine.result_cache_pool'])) + (int) (isset($container->privates['doctrine.system_cache_pool'])) + (int) (isset($container->privates['session_listener'])) + (int) (isset($container->services['doctrine'])) + (int) (false) + (int) (isset($container->privates['twig']))), ['request_stack' => ['?resetRequestFormats'], 'container.env_var_processor' => ['reset'], 'cache.app' => ['reset'], 'cache.system' => ['reset'], 'cache.validator' => ['reset'], 'cache.serializer' => ['reset'], 'cache.property_info' => ['reset'], 'http_client.transport' => ['?reset'], 'http_client' => ['?reset'], 'debug.stopwatch' => ['reset'], 'doctrine.result_cache_pool' => ['reset'], 'doctrine.system_cache_pool' => ['reset'], 'session_listener' => ['reset'], 'doctrine' => ['reset'], 'doctrine.debug_data_holder' => ['reset'], 'twig' => ['resetGlobals']]);
}
}