<?php //e73dba414d7917f73db663718f2171a6

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { 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\\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' => [
                [
                    'id' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.logo AS logo_2, t0_.slogan AS slogan_3, t0_.vendee AS vendee_4, t0_.created_at AS created_at_5, t0_.interview_published_at AS interview_published_at_6, t0_.interview_enabled AS interview_enabled_7, t0_.interview_enabled_at AS interview_enabled_at_8, t1_.id AS id_9, t1_.nickname AS nickname_10, t1_.joined_at AS joined_at_11, u2_.id AS id_12, u2_.email AS email_13, u2_.roles AS roles_14, u2_.password AS password_15, u2_.avatar AS avatar_16, u2_.cotisation_payee AS cotisation_payee_17, u2_.notification_preferences AS notification_preferences_18, u2_.forum_last_read_at AS forum_last_read_at_19, b3_.id AS id_20, b3_.nom AS nom_21, b3_.prenom AS prenom_22, b3_.photo AS photo_23, b3_.api_sports_player_id AS api_sports_player_id_24, b3_.position AS position_25, b3_.numero AS numero_26, b3_.actif AS actif_27, c4_.id AS id_28, c4_.nom AS nom_29, c4_.drapeau AS drapeau_30, c4_.groupe AS groupe_31, t0_.favorite_country_id AS favorite_country_id_32, t0_.interview_published_by_id AS interview_published_by_id_33, t1_.team_id AS team_id_34, t1_.player_id AS player_id_35, u2_.buteur_choisi_id AS buteur_choisi_id_36, b3_.pays_id AS pays_id_37 FROM team t0_ LEFT JOIN team_member t1_ ON t0_.id = t1_.team_id LEFT JOIN `user` u2_ ON t1_.player_id = u2_.id LEFT JOIN buteur b3_ ON u2_.buteur_choisi_id = b3_.id LEFT JOIN country c4_ ON b3_.pays_id = c4_.id WHERE t0_.id = ?',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\Team',
                    'm' => 'App\\Entity\\TeamMember',
                    'u' => 'App\\Entity\\User',
                    'b' => 'App\\Entity\\Buteur',
                    'bp' => 'App\\Entity\\Country',
                ],
            ],
            'relationMap' => [
                2 => [
                    'm' => 'members',
                    'u' => 'player',
                    'b' => 'buteurChoisi',
                    'bp' => 'pays',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'm' => 't',
                    'u' => 'm',
                    'b' => 'u',
                    'bp' => 'b',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'name_1' => 'name',
                    'logo_2' => 'logo',
                    'slogan_3' => 'slogan',
                    'vendee_4' => 'vendee',
                    'created_at_5' => 'createdAt',
                    'interview_published_at_6' => 'interviewPublishedAt',
                    'interview_enabled_7' => 'interviewEnabled',
                    'interview_enabled_at_8' => 'interviewEnabledAt',
                    'id_9' => 'id',
                    'nickname_10' => 'nickname',
                    'joined_at_11' => 'joinedAt',
                    'id_12' => 'id',
                    'email_13' => 'email',
                    'roles_14' => 'roles',
                    'password_15' => 'password',
                    'avatar_16' => 'avatar',
                    'cotisation_payee_17' => 'cotisationPayee',
                    'notification_preferences_18' => 'notificationPreferences',
                    'forum_last_read_at_19' => 'forumLastReadAt',
                    'id_20' => 'id',
                    'nom_21' => 'nom',
                    'prenom_22' => 'prenom',
                    'photo_23' => 'photo',
                    'api_sports_player_id_24' => 'apiSportsPlayerId',
                    'position_25' => 'position',
                    'numero_26' => 'numero',
                    'actif_27' => 'actif',
                    'id_28' => 'id',
                    'nom_29' => 'nom',
                    'drapeau_30' => 'drapeau',
                    'groupe_31' => 'groupe',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Team' => [
                        't' => [
                            'id' => 'id_0',
                            'name' => 'name_1',
                            'logo' => 'logo_2',
                            'slogan' => 'slogan_3',
                            'vendee' => 'vendee_4',
                            'createdAt' => 'created_at_5',
                            'interviewPublishedAt' => 'interview_published_at_6',
                            'interviewEnabled' => 'interview_enabled_7',
                            'interviewEnabledAt' => 'interview_enabled_at_8',
                        ],
                    ],
                    'App\\Entity\\TeamMember' => [
                        'm' => [
                            'id' => 'id_9',
                            'nickname' => 'nickname_10',
                            'joinedAt' => 'joined_at_11',
                        ],
                    ],
                    'App\\Entity\\User' => [
                        'u' => [
                            'id' => 'id_12',
                            'email' => 'email_13',
                            'roles' => 'roles_14',
                            'password' => 'password_15',
                            'avatar' => 'avatar_16',
                            'cotisationPayee' => 'cotisation_payee_17',
                            'notificationPreferences' => 'notification_preferences_18',
                            'forumLastReadAt' => 'forum_last_read_at_19',
                        ],
                    ],
                    'App\\Entity\\Buteur' => [
                        'b' => [
                            'id' => 'id_20',
                            'nom' => 'nom_21',
                            'prenom' => 'prenom_22',
                            'photo' => 'photo_23',
                            'apiSportsPlayerId' => 'api_sports_player_id_24',
                            'position' => 'position_25',
                            'numero' => 'numero_26',
                            'actif' => 'actif_27',
                        ],
                    ],
                    'App\\Entity\\Country' => [
                        'bp' => [
                            'id' => 'id_28',
                            'nom' => 'nom_29',
                            'drapeau' => 'drapeau_30',
                            'groupe' => 'groupe_31',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'favorite_country_id_32' => 'integer',
                    'interview_published_by_id_33' => 'integer',
                    'team_id_34' => 'integer',
                    'player_id_35' => 'integer',
                    'buteur_choisi_id_36' => 'integer',
                    'pays_id_37' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'favorite_country_id_32' => 'favorite_country_id',
                    'interview_published_by_id_33' => 'interview_published_by_id',
                    'team_id_34' => 'team_id',
                    'player_id_35' => 'player_id',
                    'buteur_choisi_id_36' => 'buteur_choisi_id',
                    'pays_id_37' => 'pays_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'name_1' => 't',
                    'logo_2' => 't',
                    'slogan_3' => 't',
                    'vendee_4' => 't',
                    'created_at_5' => 't',
                    'interview_published_at_6' => 't',
                    'interview_enabled_7' => 't',
                    'interview_enabled_at_8' => 't',
                    'id_9' => 'm',
                    'nickname_10' => 'm',
                    'joined_at_11' => 'm',
                    'id_12' => 'u',
                    'email_13' => 'u',
                    'roles_14' => 'u',
                    'password_15' => 'u',
                    'avatar_16' => 'u',
                    'cotisation_payee_17' => 'u',
                    'notification_preferences_18' => 'u',
                    'forum_last_read_at_19' => 'u',
                    'id_20' => 'b',
                    'nom_21' => 'b',
                    'prenom_22' => 'b',
                    'photo_23' => 'b',
                    'api_sports_player_id_24' => 'b',
                    'position_25' => 'b',
                    'numero_26' => 'b',
                    'actif_27' => 'b',
                    'id_28' => 'bp',
                    'nom_29' => 'bp',
                    'drapeau_30' => 'bp',
                    'groupe_31' => 'bp',
                    'favorite_country_id_32' => 't',
                    'interview_published_by_id_33' => 't',
                    'team_id_34' => 'm',
                    'player_id_35' => 'm',
                    'buteur_choisi_id_36' => 'u',
                    'pays_id_37' => 'b',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Team',
                    'name_1' => 'App\\Entity\\Team',
                    'logo_2' => 'App\\Entity\\Team',
                    'slogan_3' => 'App\\Entity\\Team',
                    'vendee_4' => 'App\\Entity\\Team',
                    'created_at_5' => 'App\\Entity\\Team',
                    'interview_published_at_6' => 'App\\Entity\\Team',
                    'interview_enabled_7' => 'App\\Entity\\Team',
                    'interview_enabled_at_8' => 'App\\Entity\\Team',
                    'id_9' => 'App\\Entity\\TeamMember',
                    'nickname_10' => 'App\\Entity\\TeamMember',
                    'joined_at_11' => 'App\\Entity\\TeamMember',
                    'id_12' => 'App\\Entity\\User',
                    'email_13' => 'App\\Entity\\User',
                    'roles_14' => 'App\\Entity\\User',
                    'password_15' => 'App\\Entity\\User',
                    'avatar_16' => 'App\\Entity\\User',
                    'cotisation_payee_17' => 'App\\Entity\\User',
                    'notification_preferences_18' => 'App\\Entity\\User',
                    'forum_last_read_at_19' => 'App\\Entity\\User',
                    'id_20' => 'App\\Entity\\Buteur',
                    'nom_21' => 'App\\Entity\\Buteur',
                    'prenom_22' => 'App\\Entity\\Buteur',
                    'photo_23' => 'App\\Entity\\Buteur',
                    'api_sports_player_id_24' => 'App\\Entity\\Buteur',
                    'position_25' => 'App\\Entity\\Buteur',
                    'numero_26' => 'App\\Entity\\Buteur',
                    'actif_27' => 'App\\Entity\\Buteur',
                    'id_28' => 'App\\Entity\\Country',
                    'nom_29' => 'App\\Entity\\Country',
                    'drapeau_30' => 'App\\Entity\\Country',
                    'groupe_31' => 'App\\Entity\\Country',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
