<?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 'pim_enrich.job.remove_non_existing_product_values' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Batch/Job/JobInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Batch/Job/Job.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Batch/Step/StepInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Batch/Step/AbstractStep.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Connector/Step/TaskletStep.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Batch/Step/StepExecutionAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Connector/Step/TaskletInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Job/RemoveNonExistingProductValuesTasklet.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Storage/GetProductAndProductModelIdentifiersWithValuesIgnoringLocaleAndScope.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Storage/ElasticsearchAndSql/ProductAndProductModel/ESGetProductAndProductModelIdentifiersWithValuesIgnoringLocaleAndScope.php';

$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$b = ($this->privates['akeneo_batch.job_repository'] ?? $this->load('getAkeneoBatch_JobRepositoryService.php'));

return $this->privates['pim_enrich.job.remove_non_existing_product_values'] = new \Akeneo\Tool\Component\Batch\Job\Job('remove_non_existing_product_values', $a, $b, [0 => new \Akeneo\Tool\Component\Connector\Step\TaskletStep('remove_non_existing_product_values', $a, $b, new \Akeneo\Pim\Enrichment\Component\Product\Job\RemoveNonExistingProductValuesTasklet(new \Akeneo\Pim\Enrichment\Bundle\Storage\ElasticsearchAndSql\ProductAndProductModel\ESGetProductAndProductModelIdentifiersWithValuesIgnoringLocaleAndScope(($this->privates['akeneo_elasticsearch.client.product_and_product_model'] ?? $this->load('getAkeneoElasticsearch_Client_ProductAndProductModelService.php')), 100), ($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService()), ($this->privates['pim_catalog.repository.product'] ?? $this->load('getPimCatalog_Repository_ProductService.php')), ($this->privates['pim_catalog.repository.product_model'] ?? $this->load('getPimCatalog_Repository_ProductModelService.php')), ($this->privates['pim_catalog.saver.product'] ?? $this->load('getPimCatalog_Saver_ProductService.php')), ($this->privates['pim_catalog.saver.product_model'] ?? $this->load('getPimCatalog_Saver_ProductModelService.php')), ($this->privates['pim_connector.doctrine.cache_clearer'] ?? $this->load('getPimConnector_Doctrine_CacheClearerService.php')), 100))]);
