<?php //036be894b348d0c51cb2f53673becbc9

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' => [
                [
                    'foStatus' => [
                        0,
                    ],
                    'lpStatus' => [
                        1,
                    ],
                    'lpVisible' => [
                        2,
                    ],
                    'lpPrivate' => [
                        3,
                    ],
                    'foCity' => [
                        4,
                    ],
                    'foLocContains' => [
                        5,
                        6,
                    ],
                ],
            ],
        ],
        '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, l1_.id AS id_16, l1_.name AS name_17, l1_.slug AS slug_18, l1_.type AS type_19, l1_.status AS status_20, l1_.description AS description_21, l1_.website AS website_22, l1_.phone AS phone_23, l1_.email AS email_24, l1_.notification_recipient_email AS notification_recipient_email_25, l1_.notification_emails_enabled AS notification_emails_enabled_26, l1_.logo AS logo_27, l1_.config AS config_28, l1_.settings AS settings_29, l1_.monthly_fee AS monthly_fee_30, l1_.public_menu_sort_order AS public_menu_sort_order_31, l1_.private_announcements AS private_announcements_32, l1_.visible_on_frontend AS visible_on_frontend_33, l1_.private_page_background_color AS private_page_background_color_34, l1_.private_page_logo_layout AS private_page_logo_layout_35, l1_.created_at AS created_at_36, l1_.updated_at AS updated_at_37, l1_.activated_at AS activated_at_38, p2_.id AS id_39, p2_.name AS name_40, p2_.slug AS slug_41, p2_.description AS description_42, p2_.icon AS icon_43, p2_.icon_svg_filename AS icon_svg_filename_44, p2_.item_name AS item_name_45, p2_.default_attributes AS default_attributes_46, p2_.is_active AS is_active_47, p2_.sort_order AS sort_order_48, p2_.annual_event AS annual_event_49, p2_.place_storage_mode AS place_storage_mode_50, p2_.created_at AS created_at_51, p2_.updated_at AS updated_at_52, l3_.id AS id_53, l3_.name AS name_54, l3_.description AS description_55, l3_.latitude AS latitude_56, l3_.longitude AS longitude_57, l3_.address AS address_58, l3_.city AS city_59, l3_.region AS region_60, l3_.country AS country_61, l3_.postal_code AS postal_code_62, l3_.google_place_data AS google_place_data_63, l3_.created_at AS created_at_64, l3_.updated_at AS updated_at_65, f0_.location_provider_id AS location_provider_id_66, f0_.provider_event_id AS provider_event_id_67, f0_.storage_box_id AS storage_box_id_68, f0_.found_provider_item_id AS found_provider_item_id_69, l1_.admin_user_id AS admin_user_id_70, l1_.address_id AS address_id_71, l1_.provider_type_id AS provider_type_id_72 FROM found_object f0_ INNER JOIN location_provider l1_ ON f0_.location_provider_id = l1_.id LEFT JOIN provider_type p2_ ON l1_.provider_type_id = p2_.id LEFT JOIN location l3_ ON l1_.address_id = l3_.id WHERE f0_.status = ? AND l1_.status = ? AND l1_.visible_on_frontend = ? AND l1_.private_announcements = ? AND LOWER(TRIM(l3_.city)) = LOWER(?) AND (LOWER(COALESCE(l3_.address, \'\')) LIKE ? OR LOWER(COALESCE(l3_.name, \'\')) LIKE ?) ORDER BY f0_.created_at DESC, f0_.updated_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'fo' => 'App\\Entity\\FoundObject',
                    'lp' => 'App\\Entity\\LocationProvider',
                    'lpt' => 'App\\Entity\\ProviderType',
                    'lpa' => 'App\\Entity\\Location',
                ],
            ],
            'relationMap' => [
                2 => [
                    'lp' => 'locationProvider',
                    'lpt' => 'providerType',
                    'lpa' => 'address',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'lp' => 'fo',
                    'lpt' => 'lp',
                    'lpa' => 'lp',
                ],
            ],
            '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',
                    'slug_18' => 'slug',
                    'type_19' => 'type',
                    'status_20' => 'status',
                    'description_21' => 'description',
                    'website_22' => 'website',
                    'phone_23' => 'phone',
                    'email_24' => 'email',
                    'notification_recipient_email_25' => 'notificationRecipientEmail',
                    'notification_emails_enabled_26' => 'notificationEmailsEnabled',
                    'logo_27' => 'logo',
                    'config_28' => 'config',
                    'settings_29' => 'settings',
                    'monthly_fee_30' => 'monthlyFee',
                    'public_menu_sort_order_31' => 'publicMenuSortOrder',
                    'private_announcements_32' => 'privateAnnouncements',
                    'visible_on_frontend_33' => 'visibleOnFrontend',
                    'private_page_background_color_34' => 'privatePageBackgroundColor',
                    'private_page_logo_layout_35' => 'privatePageLogoLayout',
                    'created_at_36' => 'createdAt',
                    'updated_at_37' => 'updatedAt',
                    'activated_at_38' => 'activatedAt',
                    'id_39' => 'id',
                    'name_40' => 'name',
                    'slug_41' => 'slug',
                    'description_42' => 'description',
                    'icon_43' => 'icon',
                    'icon_svg_filename_44' => 'iconSvgFilename',
                    'item_name_45' => 'itemName',
                    'default_attributes_46' => 'defaultAttributes',
                    'is_active_47' => 'isActive',
                    'sort_order_48' => 'sortOrder',
                    'annual_event_49' => 'annualEvent',
                    'place_storage_mode_50' => 'placeStorageMode',
                    'created_at_51' => 'createdAt',
                    'updated_at_52' => 'updatedAt',
                    'id_53' => 'id',
                    'name_54' => 'name',
                    'description_55' => 'description',
                    'latitude_56' => 'latitude',
                    'longitude_57' => 'longitude',
                    'address_58' => 'address',
                    'city_59' => 'city',
                    'region_60' => 'region',
                    'country_61' => 'country',
                    'postal_code_62' => 'postalCode',
                    'google_place_data_63' => 'googlePlaceData',
                    'created_at_64' => 'createdAt',
                    'updated_at_65' => '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\\LocationProvider' => [
                        'lp' => [
                            'id' => 'id_16',
                            'name' => 'name_17',
                            'slug' => 'slug_18',
                            'type' => 'type_19',
                            'status' => 'status_20',
                            'description' => 'description_21',
                            'website' => 'website_22',
                            'phone' => 'phone_23',
                            'email' => 'email_24',
                            'notificationRecipientEmail' => 'notification_recipient_email_25',
                            'notificationEmailsEnabled' => 'notification_emails_enabled_26',
                            'logo' => 'logo_27',
                            'config' => 'config_28',
                            'settings' => 'settings_29',
                            'monthlyFee' => 'monthly_fee_30',
                            'publicMenuSortOrder' => 'public_menu_sort_order_31',
                            'privateAnnouncements' => 'private_announcements_32',
                            'visibleOnFrontend' => 'visible_on_frontend_33',
                            'privatePageBackgroundColor' => 'private_page_background_color_34',
                            'privatePageLogoLayout' => 'private_page_logo_layout_35',
                            'createdAt' => 'created_at_36',
                            'updatedAt' => 'updated_at_37',
                            'activatedAt' => 'activated_at_38',
                        ],
                    ],
                    'App\\Entity\\ProviderType' => [
                        'lpt' => [
                            'id' => 'id_39',
                            'name' => 'name_40',
                            'slug' => 'slug_41',
                            'description' => 'description_42',
                            'icon' => 'icon_43',
                            'iconSvgFilename' => 'icon_svg_filename_44',
                            'itemName' => 'item_name_45',
                            'defaultAttributes' => 'default_attributes_46',
                            'isActive' => 'is_active_47',
                            'sortOrder' => 'sort_order_48',
                            'annualEvent' => 'annual_event_49',
                            'placeStorageMode' => 'place_storage_mode_50',
                            'createdAt' => 'created_at_51',
                            'updatedAt' => 'updated_at_52',
                        ],
                    ],
                    'App\\Entity\\Location' => [
                        'lpa' => [
                            'id' => 'id_53',
                            'name' => 'name_54',
                            'description' => 'description_55',
                            'latitude' => 'latitude_56',
                            'longitude' => 'longitude_57',
                            'address' => 'address_58',
                            'city' => 'city_59',
                            'region' => 'region_60',
                            'country' => 'country_61',
                            'postalCode' => 'postal_code_62',
                            'googlePlaceData' => 'google_place_data_63',
                            'createdAt' => 'created_at_64',
                            'updatedAt' => 'updated_at_65',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'location_provider_id_66' => 'integer',
                    'provider_event_id_67' => 'integer',
                    'storage_box_id_68' => 'integer',
                    'found_provider_item_id_69' => 'integer',
                    'admin_user_id_70' => 'integer',
                    'address_id_71' => 'integer',
                    'provider_type_id_72' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'fo' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'location_provider_id_66' => 'location_provider_id',
                    'provider_event_id_67' => 'provider_event_id',
                    'storage_box_id_68' => 'storage_box_id',
                    'found_provider_item_id_69' => 'found_provider_item_id',
                    'admin_user_id_70' => 'admin_user_id',
                    'address_id_71' => 'address_id',
                    'provider_type_id_72' => 'provider_type_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' => 'lp',
                    'name_17' => 'lp',
                    'slug_18' => 'lp',
                    'type_19' => 'lp',
                    'status_20' => 'lp',
                    'description_21' => 'lp',
                    'website_22' => 'lp',
                    'phone_23' => 'lp',
                    'email_24' => 'lp',
                    'notification_recipient_email_25' => 'lp',
                    'notification_emails_enabled_26' => 'lp',
                    'logo_27' => 'lp',
                    'config_28' => 'lp',
                    'settings_29' => 'lp',
                    'monthly_fee_30' => 'lp',
                    'public_menu_sort_order_31' => 'lp',
                    'private_announcements_32' => 'lp',
                    'visible_on_frontend_33' => 'lp',
                    'private_page_background_color_34' => 'lp',
                    'private_page_logo_layout_35' => 'lp',
                    'created_at_36' => 'lp',
                    'updated_at_37' => 'lp',
                    'activated_at_38' => 'lp',
                    'id_39' => 'lpt',
                    'name_40' => 'lpt',
                    'slug_41' => 'lpt',
                    'description_42' => 'lpt',
                    'icon_43' => 'lpt',
                    'icon_svg_filename_44' => 'lpt',
                    'item_name_45' => 'lpt',
                    'default_attributes_46' => 'lpt',
                    'is_active_47' => 'lpt',
                    'sort_order_48' => 'lpt',
                    'annual_event_49' => 'lpt',
                    'place_storage_mode_50' => 'lpt',
                    'created_at_51' => 'lpt',
                    'updated_at_52' => 'lpt',
                    'id_53' => 'lpa',
                    'name_54' => 'lpa',
                    'description_55' => 'lpa',
                    'latitude_56' => 'lpa',
                    'longitude_57' => 'lpa',
                    'address_58' => 'lpa',
                    'city_59' => 'lpa',
                    'region_60' => 'lpa',
                    'country_61' => 'lpa',
                    'postal_code_62' => 'lpa',
                    'google_place_data_63' => 'lpa',
                    'created_at_64' => 'lpa',
                    'updated_at_65' => 'lpa',
                    'location_provider_id_66' => 'fo',
                    'provider_event_id_67' => 'fo',
                    'storage_box_id_68' => 'fo',
                    'found_provider_item_id_69' => 'fo',
                    'admin_user_id_70' => 'lp',
                    'address_id_71' => 'lp',
                    'provider_type_id_72' => 'lp',
                ],
            ],
            '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\\LocationProvider',
                    'name_17' => 'App\\Entity\\LocationProvider',
                    'slug_18' => 'App\\Entity\\LocationProvider',
                    'type_19' => 'App\\Entity\\LocationProvider',
                    'status_20' => 'App\\Entity\\LocationProvider',
                    'description_21' => 'App\\Entity\\LocationProvider',
                    'website_22' => 'App\\Entity\\LocationProvider',
                    'phone_23' => 'App\\Entity\\LocationProvider',
                    'email_24' => 'App\\Entity\\LocationProvider',
                    'notification_recipient_email_25' => 'App\\Entity\\LocationProvider',
                    'notification_emails_enabled_26' => 'App\\Entity\\LocationProvider',
                    'logo_27' => 'App\\Entity\\LocationProvider',
                    'config_28' => 'App\\Entity\\LocationProvider',
                    'settings_29' => 'App\\Entity\\LocationProvider',
                    'monthly_fee_30' => 'App\\Entity\\LocationProvider',
                    'public_menu_sort_order_31' => 'App\\Entity\\LocationProvider',
                    'private_announcements_32' => 'App\\Entity\\LocationProvider',
                    'visible_on_frontend_33' => 'App\\Entity\\LocationProvider',
                    'private_page_background_color_34' => 'App\\Entity\\LocationProvider',
                    'private_page_logo_layout_35' => 'App\\Entity\\LocationProvider',
                    'created_at_36' => 'App\\Entity\\LocationProvider',
                    'updated_at_37' => 'App\\Entity\\LocationProvider',
                    'activated_at_38' => 'App\\Entity\\LocationProvider',
                    'id_39' => 'App\\Entity\\ProviderType',
                    'name_40' => 'App\\Entity\\ProviderType',
                    'slug_41' => 'App\\Entity\\ProviderType',
                    'description_42' => 'App\\Entity\\ProviderType',
                    'icon_43' => 'App\\Entity\\ProviderType',
                    'icon_svg_filename_44' => 'App\\Entity\\ProviderType',
                    'item_name_45' => 'App\\Entity\\ProviderType',
                    'default_attributes_46' => 'App\\Entity\\ProviderType',
                    'is_active_47' => 'App\\Entity\\ProviderType',
                    'sort_order_48' => 'App\\Entity\\ProviderType',
                    'annual_event_49' => 'App\\Entity\\ProviderType',
                    'place_storage_mode_50' => 'App\\Entity\\ProviderType',
                    'created_at_51' => 'App\\Entity\\ProviderType',
                    'updated_at_52' => 'App\\Entity\\ProviderType',
                    'id_53' => 'App\\Entity\\Location',
                    'name_54' => 'App\\Entity\\Location',
                    'description_55' => 'App\\Entity\\Location',
                    'latitude_56' => 'App\\Entity\\Location',
                    'longitude_57' => 'App\\Entity\\Location',
                    'address_58' => 'App\\Entity\\Location',
                    'city_59' => 'App\\Entity\\Location',
                    'region_60' => 'App\\Entity\\Location',
                    'country_61' => 'App\\Entity\\Location',
                    'postal_code_62' => 'App\\Entity\\Location',
                    'google_place_data_63' => 'App\\Entity\\Location',
                    'created_at_64' => 'App\\Entity\\Location',
                    'updated_at_65' => 'App\\Entity\\Location',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
