<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'App\EventSubscriber\StatCheckedSubscriber' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EventSubscriber/StatCheckedSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Service/StatService.php';

return $this->privates['App\\EventSubscriber\\StatCheckedSubscriber'] = new \App\EventSubscriber\StatCheckedSubscriber(($this->privates['App\\Service\\DomainService'] ?? $this->load('getDomainServiceService.php')), ($this->privates['App\\Service\\Domain\\Stat\\CheckService'] ?? $this->load('getCheckServiceService.php')), ($this->services['App\\Service\\Domain\\StatService'] ?? $this->load('getStatServiceService.php')), new \App\Service\StatService(($this->privates['App\\Repository\\Stat\\DoctrineStatRepository'] ?? $this->load('getDoctrineStatRepositoryService.php'))));
