<?php //69f6d5749a02e5832548a2b8e7e992f2

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\\ParserResult' => [
            '_sqlExecutor' => [
                $o[1],
            ],
            '_resultSetMapping' => [
                $o[2],
            ],
            '_parameterMappings' => [
                [
                    'id' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            '_sqlStatements' => [
                1 => 'SELECT t0_.id AS id_0, t0_.start_time AS start_time_1, t0_.end_time AS end_time_2, t0_.status AS status_3, f1_.id AS id_4, f1_.description AS description_5, f1_.image AS image_6, f1_.document AS document_7, f1_.type AS type_8, f1_.language AS language_9, f1_.skills AS skills_10, f1_.publication_date AS publication_date_11, f1_.update_date AS update_date_12, f1_.slug AS slug_13, f1_.active AS active_14, f1_.title AS title_15, u2_.id AS id_16, u2_.first_name AS first_name_17, u2_.last_name AS last_name_18, u2_.mail AS mail_19, u2_.password AS password_20, u2_.country AS country_21, u2_.city AS city_22, u2_.street AS street_23, u2_.adress AS adress_24, u2_.zipcode AS zipcode_25, u2_.biography AS biography_26, u2_.picture AS picture_27, u2_.role AS role_28, u2_.profession AS profession_29, u2_.experience AS experience_30, u2_.employ AS employ_31, u2_.diploma AS diploma_32, u2_.university AS university_33, u2_.speciality AS speciality_34, u2_.professional_goal AS professional_goal_35, u2_.sector_goal AS sector_goal_36, u2_.status AS status_37, u2_.is_verified AS is_verified_38, u2_.color_profile AS color_profile_39, u2_.num_tel AS num_tel_40, t0_.user_id AS user_id_41, t0_.formation_id AS formation_id_42, f1_.category_id AS category_id_43, f1_.user_id AS user_id_44, f1_.quiz_id AS quiz_id_45 FROM track_formation t0_ LEFT JOIN formation f1_ ON t0_.formation_id = f1_.id LEFT JOIN "user" u2_ ON t0_.user_id = u2_.id WHERE u2_.id = ? ORDER BY f1_.publication_date DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\TrackFormation',
                    'f' => 'App\\Entity\\Formation',
                    'u' => 'App\\Entity\\User',
                ],
            ],
            'relationMap' => [
                2 => [
                    'f' => 'formation',
                    'u' => 'user',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'f' => 't',
                    'u' => 't',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'start_time_1' => 'startTime',
                    'end_time_2' => 'endTime',
                    'status_3' => 'status',
                    'id_4' => 'id',
                    'description_5' => 'description',
                    'image_6' => 'image',
                    'document_7' => 'document',
                    'type_8' => 'type',
                    'language_9' => 'language',
                    'skills_10' => 'skills',
                    'publication_date_11' => 'publicationDate',
                    'update_date_12' => 'updateDate',
                    'slug_13' => 'slug',
                    'active_14' => 'active',
                    'title_15' => 'title',
                    'id_16' => 'id',
                    'first_name_17' => 'firstName',
                    'last_name_18' => 'lastName',
                    'mail_19' => 'mail',
                    'password_20' => 'password',
                    'country_21' => 'country',
                    'city_22' => 'city',
                    'street_23' => 'street',
                    'adress_24' => 'adress',
                    'zipcode_25' => 'zipcode',
                    'biography_26' => 'biography',
                    'picture_27' => 'picture',
                    'role_28' => 'role',
                    'profession_29' => 'profession',
                    'experience_30' => 'experience',
                    'employ_31' => 'employ',
                    'diploma_32' => 'diploma',
                    'university_33' => 'university',
                    'speciality_34' => 'speciality',
                    'professional_goal_35' => 'professionalGoal',
                    'sector_goal_36' => 'sectorGoal',
                    'status_37' => 'status',
                    'is_verified_38' => 'isVerified',
                    'color_profile_39' => 'colorProfile',
                    'num_tel_40' => 'numTel',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_id_41' => 'integer',
                    'formation_id_42' => 'integer',
                    'category_id_43' => 'integer',
                    'user_id_44' => 'integer',
                    'quiz_id_45' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_id_41' => 'user_id',
                    'formation_id_42' => 'formation_id',
                    'category_id_43' => 'category_id',
                    'user_id_44' => 'user_id',
                    'quiz_id_45' => 'quiz_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'start_time_1' => 't',
                    'end_time_2' => 't',
                    'status_3' => 't',
                    'id_4' => 'f',
                    'description_5' => 'f',
                    'image_6' => 'f',
                    'document_7' => 'f',
                    'type_8' => 'f',
                    'language_9' => 'f',
                    'skills_10' => 'f',
                    'publication_date_11' => 'f',
                    'update_date_12' => 'f',
                    'slug_13' => 'f',
                    'active_14' => 'f',
                    'title_15' => 'f',
                    'id_16' => 'u',
                    'first_name_17' => 'u',
                    'last_name_18' => 'u',
                    'mail_19' => 'u',
                    'password_20' => 'u',
                    'country_21' => 'u',
                    'city_22' => 'u',
                    'street_23' => 'u',
                    'adress_24' => 'u',
                    'zipcode_25' => 'u',
                    'biography_26' => 'u',
                    'picture_27' => 'u',
                    'role_28' => 'u',
                    'profession_29' => 'u',
                    'experience_30' => 'u',
                    'employ_31' => 'u',
                    'diploma_32' => 'u',
                    'university_33' => 'u',
                    'speciality_34' => 'u',
                    'professional_goal_35' => 'u',
                    'sector_goal_36' => 'u',
                    'status_37' => 'u',
                    'is_verified_38' => 'u',
                    'color_profile_39' => 'u',
                    'num_tel_40' => 'u',
                    'user_id_41' => 't',
                    'formation_id_42' => 't',
                    'category_id_43' => 'f',
                    'user_id_44' => 'f',
                    'quiz_id_45' => 'f',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\TrackFormation',
                    'start_time_1' => 'App\\Entity\\TrackFormation',
                    'end_time_2' => 'App\\Entity\\TrackFormation',
                    'status_3' => 'App\\Entity\\TrackFormation',
                    'id_4' => 'App\\Entity\\Formation',
                    'description_5' => 'App\\Entity\\Formation',
                    'image_6' => 'App\\Entity\\Formation',
                    'document_7' => 'App\\Entity\\Formation',
                    'type_8' => 'App\\Entity\\Formation',
                    'language_9' => 'App\\Entity\\Formation',
                    'skills_10' => 'App\\Entity\\Formation',
                    'publication_date_11' => 'App\\Entity\\Formation',
                    'update_date_12' => 'App\\Entity\\Formation',
                    'slug_13' => 'App\\Entity\\Formation',
                    'active_14' => 'App\\Entity\\Formation',
                    'title_15' => 'App\\Entity\\Formation',
                    'id_16' => 'App\\Entity\\User',
                    'first_name_17' => 'App\\Entity\\User',
                    'last_name_18' => 'App\\Entity\\User',
                    'mail_19' => 'App\\Entity\\User',
                    'password_20' => 'App\\Entity\\User',
                    'country_21' => 'App\\Entity\\User',
                    'city_22' => 'App\\Entity\\User',
                    'street_23' => 'App\\Entity\\User',
                    'adress_24' => 'App\\Entity\\User',
                    'zipcode_25' => 'App\\Entity\\User',
                    'biography_26' => 'App\\Entity\\User',
                    'picture_27' => 'App\\Entity\\User',
                    'role_28' => 'App\\Entity\\User',
                    'profession_29' => 'App\\Entity\\User',
                    'experience_30' => 'App\\Entity\\User',
                    'employ_31' => 'App\\Entity\\User',
                    'diploma_32' => 'App\\Entity\\User',
                    'university_33' => 'App\\Entity\\User',
                    'speciality_34' => 'App\\Entity\\User',
                    'professional_goal_35' => 'App\\Entity\\User',
                    'sector_goal_36' => 'App\\Entity\\User',
                    'status_37' => 'App\\Entity\\User',
                    'is_verified_38' => 'App\\Entity\\User',
                    'color_profile_39' => 'App\\Entity\\User',
                    'num_tel_40' => 'App\\Entity\\User',
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
