<?php //2c882df547d4235ac4f705b731d4b0f1

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\\SingleSelectExecutor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\ParserResult' => [
            'sqlExecutor' => [
                $o[1],
            ],
            'resultSetMapping' => [
                $o[2],
            ],
            'parameterMappings' => [
                [
                    'dpid' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            'sqlStatements' => [
                1 => 'SELECT f0_.id AS id_0, f0_.created_at AS created_at_1, f0_.updated_at AS updated_at_2, f0_.name AS name_3, f0_.phone AS phone_4, f0_.email AS email_5, f0_.www AS www_6, f0_.city AS city_7, f0_.street AS street_8, f0_.postal_code AS postal_code_9, f0_.builiding_number AS builiding_number_10, f0_.apartment_number AS apartment_number_11, f0_.latitude AS latitude_12, f0_.longitude AS longitude_13, f1_.id AS id_14, f1_.name AS name_15, f1_.category AS category_16, f2_.id AS id_17, f2_.name AS name_18, f3_.id AS id_19, f3_.name AS name_20, f4_.id AS id_21, f4_.name AS name_22, f5_.id AS id_23, f5_.name AS name_24, f0_.voivodeship_id AS voivodeship_id_25, f0_.type_id AS type_id_26 FROM fdds_institution f0_ LEFT JOIN fdds_institution_problem f6_ ON f0_.id = f6_.institution_id LEFT JOIN fdds_problem f1_ ON f1_.id = f6_.problem_id LEFT JOIN fdds_institution_specialist f7_ ON f0_.id = f7_.institution_id LEFT JOIN fdds_specialist f2_ ON f2_.id = f7_.specialist_id LEFT JOIN fdds_institution_target f8_ ON f0_.id = f8_.institution_id LEFT JOIN fdds_target f3_ ON f3_.id = f8_.target_id LEFT JOIN fdds_institution_support f9_ ON f0_.id = f9_.institution_id LEFT JOIN fdds_support f4_ ON f4_.id = f9_.support_id LEFT JOIN fdds_type f5_ ON f0_.type_id = f5_.id WHERE f0_.id IN (?) ORDER BY f0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Institution',
                    'problems_a1' => 'App\\Entity\\Problem',
                    'specialists_a2' => 'App\\Entity\\Specialist',
                    'targets_a3' => 'App\\Entity\\Target',
                    'supports_a4' => 'App\\Entity\\Support',
                    'type_a5' => 'App\\Entity\\Type',
                ],
            ],
            'relationMap' => [
                2 => [
                    'problems_a1' => 'problems',
                    'specialists_a2' => 'specialists',
                    'targets_a3' => 'targets',
                    'supports_a4' => 'supports',
                    'type_a5' => 'type',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'problems_a1' => 'o',
                    'specialists_a2' => 'o',
                    'targets_a3' => 'o',
                    'supports_a4' => 'o',
                    'type_a5' => 'o',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'created_at_1' => 'createdAt',
                    'updated_at_2' => 'updatedAt',
                    'name_3' => 'name',
                    'phone_4' => 'phone',
                    'email_5' => 'email',
                    'www_6' => 'www',
                    'city_7' => 'city',
                    'street_8' => 'street',
                    'postal_code_9' => 'postalCode',
                    'builiding_number_10' => 'builidingNumber',
                    'apartment_number_11' => 'apartmentNumber',
                    'latitude_12' => 'latitude',
                    'longitude_13' => 'longitude',
                    'id_14' => 'id',
                    'name_15' => 'name',
                    'category_16' => 'category',
                    'id_17' => 'id',
                    'name_18' => 'name',
                    'id_19' => 'id',
                    'name_20' => 'name',
                    'id_21' => 'id',
                    'name_22' => 'name',
                    'id_23' => 'id',
                    'name_24' => 'name',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'voivodeship_id_25' => 'integer',
                    'type_id_26' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'voivodeship_id_25' => 'voivodeship_id',
                    'type_id_26' => 'type_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'created_at_1' => 'o',
                    'updated_at_2' => 'o',
                    'name_3' => 'o',
                    'phone_4' => 'o',
                    'email_5' => 'o',
                    'www_6' => 'o',
                    'city_7' => 'o',
                    'street_8' => 'o',
                    'postal_code_9' => 'o',
                    'builiding_number_10' => 'o',
                    'apartment_number_11' => 'o',
                    'latitude_12' => 'o',
                    'longitude_13' => 'o',
                    'id_14' => 'problems_a1',
                    'name_15' => 'problems_a1',
                    'category_16' => 'problems_a1',
                    'id_17' => 'specialists_a2',
                    'name_18' => 'specialists_a2',
                    'id_19' => 'targets_a3',
                    'name_20' => 'targets_a3',
                    'id_21' => 'supports_a4',
                    'name_22' => 'supports_a4',
                    'id_23' => 'type_a5',
                    'name_24' => 'type_a5',
                    'voivodeship_id_25' => 'o',
                    'type_id_26' => 'o',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Institution',
                    'created_at_1' => 'App\\Entity\\Institution',
                    'updated_at_2' => 'App\\Entity\\Institution',
                    'name_3' => 'App\\Entity\\Institution',
                    'phone_4' => 'App\\Entity\\Institution',
                    'email_5' => 'App\\Entity\\Institution',
                    'www_6' => 'App\\Entity\\Institution',
                    'city_7' => 'App\\Entity\\Institution',
                    'street_8' => 'App\\Entity\\Institution',
                    'postal_code_9' => 'App\\Entity\\Institution',
                    'builiding_number_10' => 'App\\Entity\\Institution',
                    'apartment_number_11' => 'App\\Entity\\Institution',
                    'latitude_12' => 'App\\Entity\\Institution',
                    'longitude_13' => 'App\\Entity\\Institution',
                    'id_14' => 'App\\Entity\\Problem',
                    'name_15' => 'App\\Entity\\Problem',
                    'category_16' => 'App\\Entity\\Problem',
                    'id_17' => 'App\\Entity\\Specialist',
                    'name_18' => 'App\\Entity\\Specialist',
                    'id_19' => 'App\\Entity\\Target',
                    'name_20' => 'App\\Entity\\Target',
                    'id_21' => 'App\\Entity\\Support',
                    'name_22' => 'App\\Entity\\Support',
                    'id_23' => 'App\\Entity\\Type',
                    'name_24' => 'App\\Entity\\Type',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
