<?phpuse 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 'debug.security.voter.App\Voter\ProduitDeclinaisonVoter' shared service.include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';include_once \dirname(__DIR__, 4).'/src/Voter/ProduitDeclinaisonVoter.php';return $this->privates['debug.security.voter.App\\Voter\\ProduitDeclinaisonVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\ProduitDeclinaisonVoter(($this->privates['security.helper'] ?? $this->load('getSecurity_HelperService.php')), ($this->services['App\\Manager\\Boutique\\ProduitStockBalanceManager'] ?? $this->load('getProduitStockBalanceManagerService.php'))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));