<?php //c6d79abdb38c0031370e41af5e4b4b5f

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\ParserResult' => [
            'sqlFinalizer' => [
                $o[1],
            ],
            'resultSetMapping' => [
                $o[2],
            ],
            'parameterMappings' => [
                [
                    'project' => [
                        0,
                    ],
                    'platform' => [
                        1,
                    ],
                    'localSourceType' => [
                        2,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT p0_.id AS id_0, p0_.local_source_type AS local_source_type_1, p0_.local_source_key AS local_source_key_2, p0_.external_product_id AS external_product_id_3, p0_.external_variant_id AS external_variant_id_4, p0_.external_reference AS external_reference_5, p0_.external_label AS external_label_6, p0_.external_attributes_json AS external_attributes_json_7, p0_.mapping_status AS mapping_status_8, p0_.active AS active_9, p0_.last_sync_at AS last_sync_at_10, p0_.created_at AS created_at_11, p0_.updated_at AS updated_at_12, p1_.id AS id_13, p1_.label_override AS label_override_14, p1_.internal_reference AS internal_reference_15, p1_.active AS active_16, p1_.sort_order AS sort_order_17, p1_.source AS source_18, p1_.notes AS notes_19, p1_.created_at AS created_at_20, p1_.updated_at AS updated_at_21, p2_.id AS id_22, p2_.code AS code_23, p2_.label AS label_24, p2_.components_json AS components_json_25, p2_.signature AS signature_26, p2_.active AS active_27, p2_.sort_order AS sort_order_28, p2_.created_at AS created_at_29, p2_.updated_at AS updated_at_30, p0_.platform_id AS platform_id_31, p0_.project_id AS project_id_32, p0_.project_platform_status_id AS project_platform_status_id_33, p0_.project_production_variant_id AS project_production_variant_id_34, p1_.project_id AS project_id_35, p1_.definition_id AS definition_id_36, p2_.product_type_id AS product_type_id_37 FROM platform_variant_identities p0_ LEFT JOIN project_production_variants p1_ ON p0_.project_production_variant_id = p1_.id LEFT JOIN production_variant_definitions p2_ ON p1_.definition_id = p2_.id WHERE p0_.project_id = ? AND p0_.platform_id = ? AND p0_.local_source_type = ? ORDER BY p0_.active DESC, p2_.sort_order ASC, p0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'identity' => 'App\\Entity\\PlatformVariantIdentity',
                    'projectProductionVariant' => 'App\\Entity\\ProjectProductionVariant',
                    'definition' => 'App\\Entity\\ProductionVariantDefinition',
                ],
            ],
            'relationMap' => [
                2 => [
                    'projectProductionVariant' => 'projectProductionVariant',
                    'definition' => 'definition',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'projectProductionVariant' => 'identity',
                    'definition' => 'projectProductionVariant',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'local_source_type_1' => 'localSourceType',
                    'local_source_key_2' => 'localSourceKey',
                    'external_product_id_3' => 'externalProductId',
                    'external_variant_id_4' => 'externalVariantId',
                    'external_reference_5' => 'externalReference',
                    'external_label_6' => 'externalLabel',
                    'external_attributes_json_7' => 'externalAttributesJson',
                    'mapping_status_8' => 'mappingStatus',
                    'active_9' => 'active',
                    'last_sync_at_10' => 'lastSyncAt',
                    'created_at_11' => 'createdAt',
                    'updated_at_12' => 'updatedAt',
                    'id_13' => 'id',
                    'label_override_14' => 'labelOverride',
                    'internal_reference_15' => 'internalReference',
                    'active_16' => 'active',
                    'sort_order_17' => 'sortOrder',
                    'source_18' => 'source',
                    'notes_19' => 'notes',
                    'created_at_20' => 'createdAt',
                    'updated_at_21' => 'updatedAt',
                    'id_22' => 'id',
                    'code_23' => 'code',
                    'label_24' => 'label',
                    'components_json_25' => 'componentsJson',
                    'signature_26' => 'signature',
                    'active_27' => 'active',
                    'sort_order_28' => 'sortOrder',
                    'created_at_29' => 'createdAt',
                    'updated_at_30' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\PlatformVariantIdentity' => [
                        'identity' => [
                            'id' => 'id_0',
                            'localSourceType' => 'local_source_type_1',
                            'localSourceKey' => 'local_source_key_2',
                            'externalProductId' => 'external_product_id_3',
                            'externalVariantId' => 'external_variant_id_4',
                            'externalReference' => 'external_reference_5',
                            'externalLabel' => 'external_label_6',
                            'externalAttributesJson' => 'external_attributes_json_7',
                            'mappingStatus' => 'mapping_status_8',
                            'active' => 'active_9',
                            'lastSyncAt' => 'last_sync_at_10',
                            'createdAt' => 'created_at_11',
                            'updatedAt' => 'updated_at_12',
                        ],
                    ],
                    'App\\Entity\\ProjectProductionVariant' => [
                        'projectProductionVariant' => [
                            'id' => 'id_13',
                            'labelOverride' => 'label_override_14',
                            'internalReference' => 'internal_reference_15',
                            'active' => 'active_16',
                            'sortOrder' => 'sort_order_17',
                            'source' => 'source_18',
                            'notes' => 'notes_19',
                            'createdAt' => 'created_at_20',
                            'updatedAt' => 'updated_at_21',
                        ],
                    ],
                    'App\\Entity\\ProductionVariantDefinition' => [
                        'definition' => [
                            'id' => 'id_22',
                            'code' => 'code_23',
                            'label' => 'label_24',
                            'componentsJson' => 'components_json_25',
                            'signature' => 'signature_26',
                            'active' => 'active_27',
                            'sortOrder' => 'sort_order_28',
                            'createdAt' => 'created_at_29',
                            'updatedAt' => 'updated_at_30',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'platform_id_31' => 'integer',
                    'project_id_32' => 'integer',
                    'project_platform_status_id_33' => 'integer',
                    'project_production_variant_id_34' => 'integer',
                    'project_id_35' => 'integer',
                    'definition_id_36' => 'integer',
                    'product_type_id_37' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'identity' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'platform_id_31' => 'platform_id',
                    'project_id_32' => 'project_id',
                    'project_platform_status_id_33' => 'project_platform_status_id',
                    'project_production_variant_id_34' => 'project_production_variant_id',
                    'project_id_35' => 'project_id',
                    'definition_id_36' => 'definition_id',
                    'product_type_id_37' => 'product_type_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'identity',
                    'local_source_type_1' => 'identity',
                    'local_source_key_2' => 'identity',
                    'external_product_id_3' => 'identity',
                    'external_variant_id_4' => 'identity',
                    'external_reference_5' => 'identity',
                    'external_label_6' => 'identity',
                    'external_attributes_json_7' => 'identity',
                    'mapping_status_8' => 'identity',
                    'active_9' => 'identity',
                    'last_sync_at_10' => 'identity',
                    'created_at_11' => 'identity',
                    'updated_at_12' => 'identity',
                    'id_13' => 'projectProductionVariant',
                    'label_override_14' => 'projectProductionVariant',
                    'internal_reference_15' => 'projectProductionVariant',
                    'active_16' => 'projectProductionVariant',
                    'sort_order_17' => 'projectProductionVariant',
                    'source_18' => 'projectProductionVariant',
                    'notes_19' => 'projectProductionVariant',
                    'created_at_20' => 'projectProductionVariant',
                    'updated_at_21' => 'projectProductionVariant',
                    'id_22' => 'definition',
                    'code_23' => 'definition',
                    'label_24' => 'definition',
                    'components_json_25' => 'definition',
                    'signature_26' => 'definition',
                    'active_27' => 'definition',
                    'sort_order_28' => 'definition',
                    'created_at_29' => 'definition',
                    'updated_at_30' => 'definition',
                    'platform_id_31' => 'identity',
                    'project_id_32' => 'identity',
                    'project_platform_status_id_33' => 'identity',
                    'project_production_variant_id_34' => 'identity',
                    'project_id_35' => 'projectProductionVariant',
                    'definition_id_36' => 'projectProductionVariant',
                    'product_type_id_37' => 'definition',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\PlatformVariantIdentity',
                    'local_source_type_1' => 'App\\Entity\\PlatformVariantIdentity',
                    'local_source_key_2' => 'App\\Entity\\PlatformVariantIdentity',
                    'external_product_id_3' => 'App\\Entity\\PlatformVariantIdentity',
                    'external_variant_id_4' => 'App\\Entity\\PlatformVariantIdentity',
                    'external_reference_5' => 'App\\Entity\\PlatformVariantIdentity',
                    'external_label_6' => 'App\\Entity\\PlatformVariantIdentity',
                    'external_attributes_json_7' => 'App\\Entity\\PlatformVariantIdentity',
                    'mapping_status_8' => 'App\\Entity\\PlatformVariantIdentity',
                    'active_9' => 'App\\Entity\\PlatformVariantIdentity',
                    'last_sync_at_10' => 'App\\Entity\\PlatformVariantIdentity',
                    'created_at_11' => 'App\\Entity\\PlatformVariantIdentity',
                    'updated_at_12' => 'App\\Entity\\PlatformVariantIdentity',
                    'id_13' => 'App\\Entity\\ProjectProductionVariant',
                    'label_override_14' => 'App\\Entity\\ProjectProductionVariant',
                    'internal_reference_15' => 'App\\Entity\\ProjectProductionVariant',
                    'active_16' => 'App\\Entity\\ProjectProductionVariant',
                    'sort_order_17' => 'App\\Entity\\ProjectProductionVariant',
                    'source_18' => 'App\\Entity\\ProjectProductionVariant',
                    'notes_19' => 'App\\Entity\\ProjectProductionVariant',
                    'created_at_20' => 'App\\Entity\\ProjectProductionVariant',
                    'updated_at_21' => 'App\\Entity\\ProjectProductionVariant',
                    'id_22' => 'App\\Entity\\ProductionVariantDefinition',
                    'code_23' => 'App\\Entity\\ProductionVariantDefinition',
                    'label_24' => 'App\\Entity\\ProductionVariantDefinition',
                    'components_json_25' => 'App\\Entity\\ProductionVariantDefinition',
                    'signature_26' => 'App\\Entity\\ProductionVariantDefinition',
                    'active_27' => 'App\\Entity\\ProductionVariantDefinition',
                    'sort_order_28' => 'App\\Entity\\ProductionVariantDefinition',
                    'created_at_29' => 'App\\Entity\\ProductionVariantDefinition',
                    'updated_at_30' => 'App\\Entity\\ProductionVariantDefinition',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
