<?php //4e0453ccc2a6a2eb622b6ebb42307f32

return [PHP_INT_MAX, static fn () => \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' => [
                [
                    'provider' => [
                        0,
                    ],
                    'status' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.object_type AS object_type_2, f0_.attributes AS attributes_3, f0_.images AS images_4, f0_.status AS status_5, f0_.found_at AS found_at_6, f0_.claimed_at AS claimed_at_7, f0_.disposed_at AS disposed_at_8, f0_.claimant_name AS claimant_name_9, f0_.claimant_email AS claimant_email_10, f0_.claimant_phone AS claimant_phone_11, f0_.claimant_description AS claimant_description_12, f0_.created_at AS created_at_13, f0_.updated_at AS updated_at_14, f0_.reference_code AS reference_code_15, p1_.id AS id_16, p1_.name AS name_17, p1_.description AS description_18, p1_.is_active AS is_active_19, p1_.sort_order AS sort_order_20, p1_.created_at AS created_at_21, p1_.updated_at AS updated_at_22, c2_.id AS id_23, c2_.name AS name_24, c2_.description AS description_25, c2_.slug AS slug_26, c2_.icon AS icon_27, c2_.custom_icon_filename AS custom_icon_filename_28, c2_.default_image_filename AS default_image_filename_29, c2_.secret_display AS secret_display_30, c2_.secret_clues_placeholder AS secret_clues_placeholder_31, c2_.storage_box_prefix AS storage_box_prefix_32, c2_.packaging_instructions AS packaging_instructions_33, c2_.finder_message_templates AS finder_message_templates_34, c2_.attributes AS attributes_35, c2_.disabled_provider_type_ids AS disabled_provider_type_ids_36, c2_.colissimo_shipping AS colissimo_shipping_37, c2_.is_active AS is_active_38, c2_.sort_order AS sort_order_39, c2_.created_at AS created_at_40, c2_.updated_at AS updated_at_41, f0_.location_provider_id AS location_provider_id_42, f0_.provider_event_id AS provider_event_id_43, f0_.storage_box_id AS storage_box_id_44, f0_.found_provider_item_id AS found_provider_item_id_45, p1_.provider_item_id AS provider_item_id_46, p1_.location_provider_id AS location_provider_id_47, p1_.category_id AS category_id_48 FROM found_object f0_ LEFT JOIN provider_storage_box p1_ ON f0_.storage_box_id = p1_.id LEFT JOIN category c2_ ON p1_.category_id = c2_.id WHERE f0_.location_provider_id = ? AND f0_.status = ? ORDER BY f0_.created_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'fo' => 'App\\Entity\\FoundObject',
                    'sb' => 'App\\Entity\\ProviderStorageBox',
                    'sbc' => 'App\\Entity\\Category',
                ],
            ],
            'relationMap' => [
                2 => [
                    'sb' => 'storageBox',
                    'sbc' => 'category',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'sb' => 'fo',
                    'sbc' => 'sb',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'object_type_2' => 'objectType',
                    'attributes_3' => 'attributes',
                    'images_4' => 'images',
                    'status_5' => 'status',
                    'found_at_6' => 'foundAt',
                    'claimed_at_7' => 'claimedAt',
                    'disposed_at_8' => 'disposedAt',
                    'claimant_name_9' => 'claimantName',
                    'claimant_email_10' => 'claimantEmail',
                    'claimant_phone_11' => 'claimantPhone',
                    'claimant_description_12' => 'claimantDescription',
                    'created_at_13' => 'createdAt',
                    'updated_at_14' => 'updatedAt',
                    'reference_code_15' => 'referenceCode',
                    'id_16' => 'id',
                    'name_17' => 'name',
                    'description_18' => 'description',
                    'is_active_19' => 'isActive',
                    'sort_order_20' => 'sortOrder',
                    'created_at_21' => 'createdAt',
                    'updated_at_22' => 'updatedAt',
                    'id_23' => 'id',
                    'name_24' => 'name',
                    'description_25' => 'description',
                    'slug_26' => 'slug',
                    'icon_27' => 'icon',
                    'custom_icon_filename_28' => 'customIconFilename',
                    'default_image_filename_29' => 'defaultImageFilename',
                    'secret_display_30' => 'secretDisplay',
                    'secret_clues_placeholder_31' => 'secretCluesPlaceholder',
                    'storage_box_prefix_32' => 'storageBoxPrefix',
                    'packaging_instructions_33' => 'packagingInstructions',
                    'finder_message_templates_34' => 'finderMessageTemplates',
                    'attributes_35' => 'attributes',
                    'disabled_provider_type_ids_36' => 'disabledProviderTypeIds',
                    'colissimo_shipping_37' => 'colissimoShipping',
                    'is_active_38' => 'isActive',
                    'sort_order_39' => 'sortOrder',
                    'created_at_40' => 'createdAt',
                    'updated_at_41' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\FoundObject' => [
                        'fo' => [
                            'id' => 'id_0',
                            'title' => 'title_1',
                            'objectType' => 'object_type_2',
                            'attributes' => 'attributes_3',
                            'images' => 'images_4',
                            'status' => 'status_5',
                            'foundAt' => 'found_at_6',
                            'claimedAt' => 'claimed_at_7',
                            'disposedAt' => 'disposed_at_8',
                            'claimantName' => 'claimant_name_9',
                            'claimantEmail' => 'claimant_email_10',
                            'claimantPhone' => 'claimant_phone_11',
                            'claimantDescription' => 'claimant_description_12',
                            'createdAt' => 'created_at_13',
                            'updatedAt' => 'updated_at_14',
                            'referenceCode' => 'reference_code_15',
                        ],
                    ],
                    'App\\Entity\\ProviderStorageBox' => [
                        'sb' => [
                            'id' => 'id_16',
                            'name' => 'name_17',
                            'description' => 'description_18',
                            'isActive' => 'is_active_19',
                            'sortOrder' => 'sort_order_20',
                            'createdAt' => 'created_at_21',
                            'updatedAt' => 'updated_at_22',
                        ],
                    ],
                    'App\\Entity\\Category' => [
                        'sbc' => [
                            'id' => 'id_23',
                            'name' => 'name_24',
                            'description' => 'description_25',
                            'slug' => 'slug_26',
                            'icon' => 'icon_27',
                            'customIconFilename' => 'custom_icon_filename_28',
                            'defaultImageFilename' => 'default_image_filename_29',
                            'secretDisplay' => 'secret_display_30',
                            'secretCluesPlaceholder' => 'secret_clues_placeholder_31',
                            'storageBoxPrefix' => 'storage_box_prefix_32',
                            'packagingInstructions' => 'packaging_instructions_33',
                            'finderMessageTemplates' => 'finder_message_templates_34',
                            'attributes' => 'attributes_35',
                            'disabledProviderTypeIds' => 'disabled_provider_type_ids_36',
                            'colissimoShipping' => 'colissimo_shipping_37',
                            'isActive' => 'is_active_38',
                            'sortOrder' => 'sort_order_39',
                            'createdAt' => 'created_at_40',
                            'updatedAt' => 'updated_at_41',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'location_provider_id_42' => 'integer',
                    'provider_event_id_43' => 'integer',
                    'storage_box_id_44' => 'integer',
                    'found_provider_item_id_45' => 'integer',
                    'provider_item_id_46' => 'integer',
                    'location_provider_id_47' => 'integer',
                    'category_id_48' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'fo' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'location_provider_id_42' => 'location_provider_id',
                    'provider_event_id_43' => 'provider_event_id',
                    'storage_box_id_44' => 'storage_box_id',
                    'found_provider_item_id_45' => 'found_provider_item_id',
                    'provider_item_id_46' => 'provider_item_id',
                    'location_provider_id_47' => 'location_provider_id',
                    'category_id_48' => 'category_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'fo',
                    'title_1' => 'fo',
                    'object_type_2' => 'fo',
                    'attributes_3' => 'fo',
                    'images_4' => 'fo',
                    'status_5' => 'fo',
                    'found_at_6' => 'fo',
                    'claimed_at_7' => 'fo',
                    'disposed_at_8' => 'fo',
                    'claimant_name_9' => 'fo',
                    'claimant_email_10' => 'fo',
                    'claimant_phone_11' => 'fo',
                    'claimant_description_12' => 'fo',
                    'created_at_13' => 'fo',
                    'updated_at_14' => 'fo',
                    'reference_code_15' => 'fo',
                    'id_16' => 'sb',
                    'name_17' => 'sb',
                    'description_18' => 'sb',
                    'is_active_19' => 'sb',
                    'sort_order_20' => 'sb',
                    'created_at_21' => 'sb',
                    'updated_at_22' => 'sb',
                    'id_23' => 'sbc',
                    'name_24' => 'sbc',
                    'description_25' => 'sbc',
                    'slug_26' => 'sbc',
                    'icon_27' => 'sbc',
                    'custom_icon_filename_28' => 'sbc',
                    'default_image_filename_29' => 'sbc',
                    'secret_display_30' => 'sbc',
                    'secret_clues_placeholder_31' => 'sbc',
                    'storage_box_prefix_32' => 'sbc',
                    'packaging_instructions_33' => 'sbc',
                    'finder_message_templates_34' => 'sbc',
                    'attributes_35' => 'sbc',
                    'disabled_provider_type_ids_36' => 'sbc',
                    'colissimo_shipping_37' => 'sbc',
                    'is_active_38' => 'sbc',
                    'sort_order_39' => 'sbc',
                    'created_at_40' => 'sbc',
                    'updated_at_41' => 'sbc',
                    'location_provider_id_42' => 'fo',
                    'provider_event_id_43' => 'fo',
                    'storage_box_id_44' => 'fo',
                    'found_provider_item_id_45' => 'fo',
                    'provider_item_id_46' => 'sb',
                    'location_provider_id_47' => 'sb',
                    'category_id_48' => 'sb',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\FoundObject',
                    'title_1' => 'App\\Entity\\FoundObject',
                    'object_type_2' => 'App\\Entity\\FoundObject',
                    'attributes_3' => 'App\\Entity\\FoundObject',
                    'images_4' => 'App\\Entity\\FoundObject',
                    'status_5' => 'App\\Entity\\FoundObject',
                    'found_at_6' => 'App\\Entity\\FoundObject',
                    'claimed_at_7' => 'App\\Entity\\FoundObject',
                    'disposed_at_8' => 'App\\Entity\\FoundObject',
                    'claimant_name_9' => 'App\\Entity\\FoundObject',
                    'claimant_email_10' => 'App\\Entity\\FoundObject',
                    'claimant_phone_11' => 'App\\Entity\\FoundObject',
                    'claimant_description_12' => 'App\\Entity\\FoundObject',
                    'created_at_13' => 'App\\Entity\\FoundObject',
                    'updated_at_14' => 'App\\Entity\\FoundObject',
                    'reference_code_15' => 'App\\Entity\\FoundObject',
                    'id_16' => 'App\\Entity\\ProviderStorageBox',
                    'name_17' => 'App\\Entity\\ProviderStorageBox',
                    'description_18' => 'App\\Entity\\ProviderStorageBox',
                    'is_active_19' => 'App\\Entity\\ProviderStorageBox',
                    'sort_order_20' => 'App\\Entity\\ProviderStorageBox',
                    'created_at_21' => 'App\\Entity\\ProviderStorageBox',
                    'updated_at_22' => 'App\\Entity\\ProviderStorageBox',
                    'id_23' => 'App\\Entity\\Category',
                    'name_24' => 'App\\Entity\\Category',
                    'description_25' => 'App\\Entity\\Category',
                    'slug_26' => 'App\\Entity\\Category',
                    'icon_27' => 'App\\Entity\\Category',
                    'custom_icon_filename_28' => 'App\\Entity\\Category',
                    'default_image_filename_29' => 'App\\Entity\\Category',
                    'secret_display_30' => 'App\\Entity\\Category',
                    'secret_clues_placeholder_31' => 'App\\Entity\\Category',
                    'storage_box_prefix_32' => 'App\\Entity\\Category',
                    'packaging_instructions_33' => 'App\\Entity\\Category',
                    'finder_message_templates_34' => 'App\\Entity\\Category',
                    'attributes_35' => 'App\\Entity\\Category',
                    'disabled_provider_type_ids_36' => 'App\\Entity\\Category',
                    'colissimo_shipping_37' => 'App\\Entity\\Category',
                    'is_active_38' => 'App\\Entity\\Category',
                    'sort_order_39' => 'App\\Entity\\Category',
                    'created_at_40' => 'App\\Entity\\Category',
                    'updated_at_41' => 'App\\Entity\\Category',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
