<?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_import_export.registry.not_visible_jobs' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Registry/NotVisibleJobsRegistry.php';

return $this->privates['pim_import_export.registry.not_visible_jobs'] = new \Akeneo\Platform\Bundle\ImportExportBundle\Registry\NotVisibleJobsRegistry(new RewindableGenerator(function () {
    yield 0 => ($this->privates['pim_catalog.job.compute_completeness_of_products_family'] ?? $this->load('getPimCatalog_Job_ComputeCompletenessOfProductsFamilyService.php'));
    yield 1 => ($this->privates['pim_catalog.job.compute_family_variant_structure_changes'] ?? $this->load('getPimCatalog_Job_ComputeFamilyVariantStructureChangesService.php'));
    yield 2 => ($this->privates['pim_enrich.job.remove_non_existing_product_values'] ?? $this->load('getPimEnrich_Job_RemoveNonExistingProductValuesService.php'));
}, 3));
