<?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_catalog.job.compute_family_variant_structure_changes' 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/ComputeFamilyVariantStructureChangesTasklet.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/EntityWithFamilyVariant/KeepOnlyValuesForVariation.php';

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

return $this->privates['pim_catalog.job.compute_family_variant_structure_changes'] = new \Akeneo\Tool\Component\Batch\Job\Job('compute_family_variant_structure_changes', $a, $b, [0 => new \Akeneo\Tool\Component\Connector\Step\TaskletStep('compute_family_variant_structure_changes', $a, $b, new \Akeneo\Pim\Enrichment\Component\Product\Job\ComputeFamilyVariantStructureChangesTasklet(($this->privates['pim_catalog.repository.family_variant'] ?? $this->load('getPimCatalog_Repository_FamilyVariantService.php')), ($this->privates['pim_catalog.query.product_and_product_model_query_builder_factory'] ?? $this->load('getPimCatalog_Query_ProductAndProductModelQueryBuilderFactoryService.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_catalog.entity_with_family_variant.keep_only_values_for_variation'] ?? ($this->privates['pim_catalog.entity_with_family_variant.keep_only_values_for_variation'] = new \Akeneo\Pim\Enrichment\Component\Product\EntityWithFamilyVariant\KeepOnlyValuesForVariation())), ($this->services['validator'] ?? $this->load('getValidatorService.php')), ($this->privates['pim_connector.doctrine.cache_clearer'] ?? $this->load('getPimConnector_Doctrine_CacheClearerService.php')), 100))]);
