<?php //af845e4ac42ae654e3045ca27486013e

return [PHP_INT_MAX, static function () { 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\\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\\Exec\\AbstractSqlExecutor' => [
            'sqlStatements' => [
                1 => 'SELECT u0_.id AS id_0, u0_.code AS code_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.given_name AS given_name_5, u0_.family_name AS family_name_6, u0_.enabled AS enabled_7, u0_.confirmation_token AS confirmation_token_8, u0_.auth_code AS auth_code_9, c1_.place_of_work AS place_of_work_10, c1_.occupation AS occupation_11, c1_.duration_of_stay AS duration_of_stay_12, c1_.previous_country AS previous_country_13, c1_.date_created AS date_created_14, c1_.date_updated AS date_updated_15, c1_.title AS title_16, c1_.national_id AS national_id_17, c1_.nationality AS nationality_18, c1_.date_of_birth AS date_of_birth_19, u0_.type AS type_20, c1_.created_by_id AS created_by_id_21, c1_.updated_by_id AS updated_by_id_22, c1_.employer_id AS employer_id_23, c1_.physical_address_id AS physical_address_id_24 FROM client c1_ INNER JOIN `user` u0_ ON c1_.id = u0_.id WHERE u0_.code = ?',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Client',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'code_1' => 'code',
                    'email_2' => 'email',
                    'roles_3' => 'roles',
                    'password_4' => 'password',
                    'given_name_5' => 'givenName',
                    'family_name_6' => 'familyName',
                    'enabled_7' => 'enabled',
                    'confirmation_token_8' => 'confirmationToken',
                    'auth_code_9' => 'authCode',
                    'place_of_work_10' => 'placeOfWork',
                    'occupation_11' => 'occupation',
                    'duration_of_stay_12' => 'durationOfStay',
                    'previous_country_13' => 'previousCountry',
                    'date_created_14' => 'dateCreated',
                    'date_updated_15' => 'dateUpdated',
                    'title_16' => 'title',
                    'national_id_17' => 'nationalId',
                    'nationality_18' => 'nationality',
                    'date_of_birth_19' => 'dateOfBirth',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'type_20' => 'string',
                    'created_by_id_21' => 'integer',
                    'updated_by_id_22' => 'integer',
                    'employer_id_23' => 'integer',
                    'physical_address_id_24' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'type_20' => 'type',
                    'created_by_id_21' => 'created_by_id',
                    'updated_by_id_22' => 'updated_by_id',
                    'employer_id_23' => 'employer_id',
                    'physical_address_id_24' => 'physical_address_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'code_1' => 'o',
                    'email_2' => 'o',
                    'roles_3' => 'o',
                    'password_4' => 'o',
                    'given_name_5' => 'o',
                    'family_name_6' => 'o',
                    'enabled_7' => 'o',
                    'confirmation_token_8' => 'o',
                    'auth_code_9' => 'o',
                    'place_of_work_10' => 'o',
                    'occupation_11' => 'o',
                    'duration_of_stay_12' => 'o',
                    'previous_country_13' => 'o',
                    'date_created_14' => 'o',
                    'date_updated_15' => 'o',
                    'title_16' => 'o',
                    'national_id_17' => 'o',
                    'nationality_18' => 'o',
                    'date_of_birth_19' => 'o',
                    'type_20' => 'o',
                    'created_by_id_21' => 'o',
                    'updated_by_id_22' => 'o',
                    'employer_id_23' => 'o',
                    'physical_address_id_24' => 'o',
                ],
            ],
            'discriminatorColumns' => [
                2 => [
                    'o' => 'type_20',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Client',
                    'code_1' => 'App\\Entity\\Client',
                    'email_2' => 'App\\Entity\\Client',
                    'roles_3' => 'App\\Entity\\Client',
                    'password_4' => 'App\\Entity\\Client',
                    'given_name_5' => 'App\\Entity\\Client',
                    'family_name_6' => 'App\\Entity\\Client',
                    'enabled_7' => 'App\\Entity\\Client',
                    'confirmation_token_8' => 'App\\Entity\\Client',
                    'auth_code_9' => 'App\\Entity\\Client',
                    'place_of_work_10' => 'App\\Entity\\Client',
                    'occupation_11' => 'App\\Entity\\Client',
                    'duration_of_stay_12' => 'App\\Entity\\Client',
                    'previous_country_13' => 'App\\Entity\\Client',
                    'date_created_14' => 'App\\Entity\\Client',
                    'date_updated_15' => 'App\\Entity\\Client',
                    'title_16' => 'App\\Entity\\Client',
                    'national_id_17' => 'App\\Entity\\Client',
                    'nationality_18' => 'App\\Entity\\Client',
                    'date_of_birth_19' => 'App\\Entity\\Client',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'code_p1' => [
                    0,
                ],
            ],
        ],
        1,
    ]
); }];
