<?php //5e4ffa3858864017292944e2b1059f1d

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,
                    ],
                    'active' => [
                        1,
                        2,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT a0_.id AS id_0, a0_.placement_code AS placement_code_1, a0_.active AS active_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4, a1_.id AS id_5, a1_.label AS label_6, a1_.original_filename AS original_filename_7, a1_.storage_path AS storage_path_8, a1_.mime_type AS mime_type_9, a1_.extension AS extension_10, a1_.file_hash AS file_hash_11, a1_.file_size AS file_size_12, a1_.width AS width_13, a1_.height AS height_14, a1_.version AS version_15, a1_.active AS active_16, a1_.created_at AS created_at_17, a1_.updated_at AS updated_at_18, p2_.id AS id_19, p2_.label_override AS label_override_20, p2_.internal_reference AS internal_reference_21, p2_.active AS active_22, p2_.sort_order AS sort_order_23, p2_.source AS source_24, p2_.notes AS notes_25, p2_.created_at AS created_at_26, p2_.updated_at AS updated_at_27, p3_.id AS id_28, p3_.code AS code_29, p3_.label AS label_30, p3_.components_json AS components_json_31, p3_.signature AS signature_32, p3_.active AS active_33, p3_.sort_order AS sort_order_34, p3_.created_at AS created_at_35, p3_.updated_at AS updated_at_36, a0_.project_id AS project_id_37, a0_.project_production_variant_id AS project_production_variant_id_38, a0_.artwork_asset_id AS artwork_asset_id_39, a1_.project_id AS project_id_40, p2_.project_id AS project_id_41, p2_.definition_id AS definition_id_42, p3_.product_type_id AS product_type_id_43 FROM artwork_assignments a0_ LEFT JOIN artwork_assets a1_ ON a0_.artwork_asset_id = a1_.id LEFT JOIN project_production_variants p2_ ON a0_.project_production_variant_id = p2_.id LEFT JOIN production_variant_definitions p3_ ON p2_.definition_id = p3_.id WHERE a0_.project_id = ? AND a0_.active = ? AND a1_.active = ? ORDER BY a0_.created_at DESC, a0_.id DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'assignment' => 'App\\Entity\\ArtworkAssignment',
                    'asset' => 'App\\Entity\\ArtworkAsset',
                    'variant' => 'App\\Entity\\ProjectProductionVariant',
                    'definition' => 'App\\Entity\\ProductionVariantDefinition',
                ],
            ],
            'relationMap' => [
                2 => [
                    'asset' => 'artworkAsset',
                    'variant' => 'projectProductionVariant',
                    'definition' => 'definition',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'asset' => 'assignment',
                    'variant' => 'assignment',
                    'definition' => 'variant',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'placement_code_1' => 'placementCode',
                    'active_2' => 'active',
                    'created_at_3' => 'createdAt',
                    'updated_at_4' => 'updatedAt',
                    'id_5' => 'id',
                    'label_6' => 'label',
                    'original_filename_7' => 'originalFilename',
                    'storage_path_8' => 'storagePath',
                    'mime_type_9' => 'mimeType',
                    'extension_10' => 'extension',
                    'file_hash_11' => 'fileHash',
                    'file_size_12' => 'fileSize',
                    'width_13' => 'width',
                    'height_14' => 'height',
                    'version_15' => 'version',
                    'active_16' => 'active',
                    'created_at_17' => 'createdAt',
                    'updated_at_18' => 'updatedAt',
                    'id_19' => 'id',
                    'label_override_20' => 'labelOverride',
                    'internal_reference_21' => 'internalReference',
                    'active_22' => 'active',
                    'sort_order_23' => 'sortOrder',
                    'source_24' => 'source',
                    'notes_25' => 'notes',
                    'created_at_26' => 'createdAt',
                    'updated_at_27' => 'updatedAt',
                    'id_28' => 'id',
                    'code_29' => 'code',
                    'label_30' => 'label',
                    'components_json_31' => 'componentsJson',
                    'signature_32' => 'signature',
                    'active_33' => 'active',
                    'sort_order_34' => 'sortOrder',
                    'created_at_35' => 'createdAt',
                    'updated_at_36' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\ArtworkAssignment' => [
                        'assignment' => [
                            'id' => 'id_0',
                            'placementCode' => 'placement_code_1',
                            'active' => 'active_2',
                            'createdAt' => 'created_at_3',
                            'updatedAt' => 'updated_at_4',
                        ],
                    ],
                    'App\\Entity\\ArtworkAsset' => [
                        'asset' => [
                            'id' => 'id_5',
                            'label' => 'label_6',
                            'originalFilename' => 'original_filename_7',
                            'storagePath' => 'storage_path_8',
                            'mimeType' => 'mime_type_9',
                            'extension' => 'extension_10',
                            'fileHash' => 'file_hash_11',
                            'fileSize' => 'file_size_12',
                            'width' => 'width_13',
                            'height' => 'height_14',
                            'version' => 'version_15',
                            'active' => 'active_16',
                            'createdAt' => 'created_at_17',
                            'updatedAt' => 'updated_at_18',
                        ],
                    ],
                    'App\\Entity\\ProjectProductionVariant' => [
                        'variant' => [
                            'id' => 'id_19',
                            'labelOverride' => 'label_override_20',
                            'internalReference' => 'internal_reference_21',
                            'active' => 'active_22',
                            'sortOrder' => 'sort_order_23',
                            'source' => 'source_24',
                            'notes' => 'notes_25',
                            'createdAt' => 'created_at_26',
                            'updatedAt' => 'updated_at_27',
                        ],
                    ],
                    'App\\Entity\\ProductionVariantDefinition' => [
                        'definition' => [
                            'id' => 'id_28',
                            'code' => 'code_29',
                            'label' => 'label_30',
                            'componentsJson' => 'components_json_31',
                            'signature' => 'signature_32',
                            'active' => 'active_33',
                            'sortOrder' => 'sort_order_34',
                            'createdAt' => 'created_at_35',
                            'updatedAt' => 'updated_at_36',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'project_id_37' => 'integer',
                    'project_production_variant_id_38' => 'integer',
                    'artwork_asset_id_39' => 'integer',
                    'project_id_40' => 'integer',
                    'project_id_41' => 'integer',
                    'definition_id_42' => 'integer',
                    'product_type_id_43' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'assignment' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'project_id_37' => 'project_id',
                    'project_production_variant_id_38' => 'project_production_variant_id',
                    'artwork_asset_id_39' => 'artwork_asset_id',
                    'project_id_40' => 'project_id',
                    'project_id_41' => 'project_id',
                    'definition_id_42' => 'definition_id',
                    'product_type_id_43' => 'product_type_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'assignment',
                    'placement_code_1' => 'assignment',
                    'active_2' => 'assignment',
                    'created_at_3' => 'assignment',
                    'updated_at_4' => 'assignment',
                    'id_5' => 'asset',
                    'label_6' => 'asset',
                    'original_filename_7' => 'asset',
                    'storage_path_8' => 'asset',
                    'mime_type_9' => 'asset',
                    'extension_10' => 'asset',
                    'file_hash_11' => 'asset',
                    'file_size_12' => 'asset',
                    'width_13' => 'asset',
                    'height_14' => 'asset',
                    'version_15' => 'asset',
                    'active_16' => 'asset',
                    'created_at_17' => 'asset',
                    'updated_at_18' => 'asset',
                    'id_19' => 'variant',
                    'label_override_20' => 'variant',
                    'internal_reference_21' => 'variant',
                    'active_22' => 'variant',
                    'sort_order_23' => 'variant',
                    'source_24' => 'variant',
                    'notes_25' => 'variant',
                    'created_at_26' => 'variant',
                    'updated_at_27' => 'variant',
                    'id_28' => 'definition',
                    'code_29' => 'definition',
                    'label_30' => 'definition',
                    'components_json_31' => 'definition',
                    'signature_32' => 'definition',
                    'active_33' => 'definition',
                    'sort_order_34' => 'definition',
                    'created_at_35' => 'definition',
                    'updated_at_36' => 'definition',
                    'project_id_37' => 'assignment',
                    'project_production_variant_id_38' => 'assignment',
                    'artwork_asset_id_39' => 'assignment',
                    'project_id_40' => 'asset',
                    'project_id_41' => 'variant',
                    'definition_id_42' => 'variant',
                    'product_type_id_43' => 'definition',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\ArtworkAssignment',
                    'placement_code_1' => 'App\\Entity\\ArtworkAssignment',
                    'active_2' => 'App\\Entity\\ArtworkAssignment',
                    'created_at_3' => 'App\\Entity\\ArtworkAssignment',
                    'updated_at_4' => 'App\\Entity\\ArtworkAssignment',
                    'id_5' => 'App\\Entity\\ArtworkAsset',
                    'label_6' => 'App\\Entity\\ArtworkAsset',
                    'original_filename_7' => 'App\\Entity\\ArtworkAsset',
                    'storage_path_8' => 'App\\Entity\\ArtworkAsset',
                    'mime_type_9' => 'App\\Entity\\ArtworkAsset',
                    'extension_10' => 'App\\Entity\\ArtworkAsset',
                    'file_hash_11' => 'App\\Entity\\ArtworkAsset',
                    'file_size_12' => 'App\\Entity\\ArtworkAsset',
                    'width_13' => 'App\\Entity\\ArtworkAsset',
                    'height_14' => 'App\\Entity\\ArtworkAsset',
                    'version_15' => 'App\\Entity\\ArtworkAsset',
                    'active_16' => 'App\\Entity\\ArtworkAsset',
                    'created_at_17' => 'App\\Entity\\ArtworkAsset',
                    'updated_at_18' => 'App\\Entity\\ArtworkAsset',
                    'id_19' => 'App\\Entity\\ProjectProductionVariant',
                    'label_override_20' => 'App\\Entity\\ProjectProductionVariant',
                    'internal_reference_21' => 'App\\Entity\\ProjectProductionVariant',
                    'active_22' => 'App\\Entity\\ProjectProductionVariant',
                    'sort_order_23' => 'App\\Entity\\ProjectProductionVariant',
                    'source_24' => 'App\\Entity\\ProjectProductionVariant',
                    'notes_25' => 'App\\Entity\\ProjectProductionVariant',
                    'created_at_26' => 'App\\Entity\\ProjectProductionVariant',
                    'updated_at_27' => 'App\\Entity\\ProjectProductionVariant',
                    'id_28' => 'App\\Entity\\ProductionVariantDefinition',
                    'code_29' => 'App\\Entity\\ProductionVariantDefinition',
                    'label_30' => 'App\\Entity\\ProductionVariantDefinition',
                    'components_json_31' => 'App\\Entity\\ProductionVariantDefinition',
                    'signature_32' => 'App\\Entity\\ProductionVariantDefinition',
                    'active_33' => 'App\\Entity\\ProductionVariantDefinition',
                    'sort_order_34' => 'App\\Entity\\ProductionVariantDefinition',
                    'created_at_35' => 'App\\Entity\\ProductionVariantDefinition',
                    'updated_at_36' => 'App\\Entity\\ProductionVariantDefinition',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
