<?php //b307930c646bf45ca1ffd514712eb728

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' => [
                [
                    'buteur' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT b0_.id AS id_0, b0_.minute AS minute_1, b0_.points_base AS points_base_2, b0_.cote_coefficient AS cote_coefficient_3, b0_.points_attribues AS points_attribues_4, b0_.created_at AS created_at_5, b0_.api_sports_event_key AS api_sports_event_key_6, b0_.contre_son_camp AS contre_son_camp_7, m1_.id AS id_8, m1_.date_heure AS date_heure_9, m1_.score_domicile AS score_domicile_10, m1_.score_exterieur AS score_exterieur_11, m1_.statut AS statut_12, m1_.phase AS phase_13, m1_.points_score_exact AS points_score_exact_14, m1_.points_bon_resultat AS points_bon_resultat_15, m1_.points_mauvais_resultat AS points_mauvais_resultat_16, m1_.cote_min AS cote_min_17, m1_.cote_moyenne AS cote_moyenne_18, m1_.cote_max AS cote_max_19, m1_.cote_domicile AS cote_domicile_20, m1_.cote_nul AS cote_nul_21, m1_.cote_exterieur AS cote_exterieur_22, m1_.created_at AS created_at_23, m1_.api_football_fixture_id AS api_football_fixture_id_24, m1_.venue_name AS venue_name_25, m1_.referee AS referee_26, m1_.push_reminder_sent_at AS push_reminder_sent_at_27, m1_.is_kdo_match AS is_kdo_match_28, m1_.api_football_sync_enabled AS api_football_sync_enabled_29, m1_.live_elapsed_minute AS live_elapsed_minute_30, m1_.live_scores_finalized_at AS live_scores_finalized_at_31, m1_.api_football_last_synced_at AS api_football_last_synced_at_32, b0_.buteur_id AS buteur_id_33, b0_.match_ref_id AS match_ref_id_34, m1_.pays_domicile_id AS pays_domicile_id_35, m1_.pays_exterieur_id AS pays_exterieur_id_36 FROM but b0_ INNER JOIN `match` m1_ ON b0_.match_ref_id = m1_.id WHERE b0_.buteur_id = ? ORDER BY m1_.date_heure DESC, b0_.id DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'b' => 'App\\Entity\\But',
                    'm' => 'App\\Entity\\GameMatch',
                ],
            ],
            'relationMap' => [
                2 => [
                    'm' => 'matchRef',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'm' => 'b',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'minute_1' => 'minute',
                    'points_base_2' => 'pointsBase',
                    'cote_coefficient_3' => 'coteCoefficient',
                    'points_attribues_4' => 'pointsAttribues',
                    'created_at_5' => 'createdAt',
                    'api_sports_event_key_6' => 'apiSportsEventKey',
                    'contre_son_camp_7' => 'contreSonCamp',
                    'id_8' => 'id',
                    'date_heure_9' => 'dateHeure',
                    'score_domicile_10' => 'scoreDomicile',
                    'score_exterieur_11' => 'scoreExterieur',
                    'statut_12' => 'statut',
                    'phase_13' => 'phase',
                    'points_score_exact_14' => 'pointsScoreExact',
                    'points_bon_resultat_15' => 'pointsBonResultat',
                    'points_mauvais_resultat_16' => 'pointsMauvaisResultat',
                    'cote_min_17' => 'coteMin',
                    'cote_moyenne_18' => 'coteMoyenne',
                    'cote_max_19' => 'coteMax',
                    'cote_domicile_20' => 'coteDomicile',
                    'cote_nul_21' => 'coteNul',
                    'cote_exterieur_22' => 'coteExterieur',
                    'created_at_23' => 'createdAt',
                    'api_football_fixture_id_24' => 'apiFootballFixtureId',
                    'venue_name_25' => 'venueName',
                    'referee_26' => 'referee',
                    'push_reminder_sent_at_27' => 'pushReminderSentAt',
                    'is_kdo_match_28' => 'isKdoMatch',
                    'api_football_sync_enabled_29' => 'apiFootballSyncEnabled',
                    'live_elapsed_minute_30' => 'liveElapsedMinute',
                    'live_scores_finalized_at_31' => 'liveScoresFinalizedAt',
                    'api_football_last_synced_at_32' => 'apiFootballLastSyncedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\But' => [
                        'b' => [
                            'id' => 'id_0',
                            'minute' => 'minute_1',
                            'pointsBase' => 'points_base_2',
                            'coteCoefficient' => 'cote_coefficient_3',
                            'pointsAttribues' => 'points_attribues_4',
                            'createdAt' => 'created_at_5',
                            'apiSportsEventKey' => 'api_sports_event_key_6',
                            'contreSonCamp' => 'contre_son_camp_7',
                        ],
                    ],
                    'App\\Entity\\GameMatch' => [
                        'm' => [
                            'id' => 'id_8',
                            'dateHeure' => 'date_heure_9',
                            'scoreDomicile' => 'score_domicile_10',
                            'scoreExterieur' => 'score_exterieur_11',
                            'statut' => 'statut_12',
                            'phase' => 'phase_13',
                            'pointsScoreExact' => 'points_score_exact_14',
                            'pointsBonResultat' => 'points_bon_resultat_15',
                            'pointsMauvaisResultat' => 'points_mauvais_resultat_16',
                            'coteMin' => 'cote_min_17',
                            'coteMoyenne' => 'cote_moyenne_18',
                            'coteMax' => 'cote_max_19',
                            'coteDomicile' => 'cote_domicile_20',
                            'coteNul' => 'cote_nul_21',
                            'coteExterieur' => 'cote_exterieur_22',
                            'createdAt' => 'created_at_23',
                            'apiFootballFixtureId' => 'api_football_fixture_id_24',
                            'venueName' => 'venue_name_25',
                            'referee' => 'referee_26',
                            'pushReminderSentAt' => 'push_reminder_sent_at_27',
                            'isKdoMatch' => 'is_kdo_match_28',
                            'apiFootballSyncEnabled' => 'api_football_sync_enabled_29',
                            'liveElapsedMinute' => 'live_elapsed_minute_30',
                            'liveScoresFinalizedAt' => 'live_scores_finalized_at_31',
                            'apiFootballLastSyncedAt' => 'api_football_last_synced_at_32',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'buteur_id_33' => 'integer',
                    'match_ref_id_34' => 'integer',
                    'pays_domicile_id_35' => 'integer',
                    'pays_exterieur_id_36' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'b' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'buteur_id_33' => 'buteur_id',
                    'match_ref_id_34' => 'match_ref_id',
                    'pays_domicile_id_35' => 'pays_domicile_id',
                    'pays_exterieur_id_36' => 'pays_exterieur_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'b',
                    'minute_1' => 'b',
                    'points_base_2' => 'b',
                    'cote_coefficient_3' => 'b',
                    'points_attribues_4' => 'b',
                    'created_at_5' => 'b',
                    'api_sports_event_key_6' => 'b',
                    'contre_son_camp_7' => 'b',
                    'id_8' => 'm',
                    'date_heure_9' => 'm',
                    'score_domicile_10' => 'm',
                    'score_exterieur_11' => 'm',
                    'statut_12' => 'm',
                    'phase_13' => 'm',
                    'points_score_exact_14' => 'm',
                    'points_bon_resultat_15' => 'm',
                    'points_mauvais_resultat_16' => 'm',
                    'cote_min_17' => 'm',
                    'cote_moyenne_18' => 'm',
                    'cote_max_19' => 'm',
                    'cote_domicile_20' => 'm',
                    'cote_nul_21' => 'm',
                    'cote_exterieur_22' => 'm',
                    'created_at_23' => 'm',
                    'api_football_fixture_id_24' => 'm',
                    'venue_name_25' => 'm',
                    'referee_26' => 'm',
                    'push_reminder_sent_at_27' => 'm',
                    'is_kdo_match_28' => 'm',
                    'api_football_sync_enabled_29' => 'm',
                    'live_elapsed_minute_30' => 'm',
                    'live_scores_finalized_at_31' => 'm',
                    'api_football_last_synced_at_32' => 'm',
                    'buteur_id_33' => 'b',
                    'match_ref_id_34' => 'b',
                    'pays_domicile_id_35' => 'm',
                    'pays_exterieur_id_36' => 'm',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\But',
                    'minute_1' => 'App\\Entity\\But',
                    'points_base_2' => 'App\\Entity\\But',
                    'cote_coefficient_3' => 'App\\Entity\\But',
                    'points_attribues_4' => 'App\\Entity\\But',
                    'created_at_5' => 'App\\Entity\\But',
                    'api_sports_event_key_6' => 'App\\Entity\\But',
                    'contre_son_camp_7' => 'App\\Entity\\But',
                    'id_8' => 'App\\Entity\\GameMatch',
                    'date_heure_9' => 'App\\Entity\\GameMatch',
                    'score_domicile_10' => 'App\\Entity\\GameMatch',
                    'score_exterieur_11' => 'App\\Entity\\GameMatch',
                    'statut_12' => 'App\\Entity\\GameMatch',
                    'phase_13' => 'App\\Entity\\GameMatch',
                    'points_score_exact_14' => 'App\\Entity\\GameMatch',
                    'points_bon_resultat_15' => 'App\\Entity\\GameMatch',
                    'points_mauvais_resultat_16' => 'App\\Entity\\GameMatch',
                    'cote_min_17' => 'App\\Entity\\GameMatch',
                    'cote_moyenne_18' => 'App\\Entity\\GameMatch',
                    'cote_max_19' => 'App\\Entity\\GameMatch',
                    'cote_domicile_20' => 'App\\Entity\\GameMatch',
                    'cote_nul_21' => 'App\\Entity\\GameMatch',
                    'cote_exterieur_22' => 'App\\Entity\\GameMatch',
                    'created_at_23' => 'App\\Entity\\GameMatch',
                    'api_football_fixture_id_24' => 'App\\Entity\\GameMatch',
                    'venue_name_25' => 'App\\Entity\\GameMatch',
                    'referee_26' => 'App\\Entity\\GameMatch',
                    'push_reminder_sent_at_27' => 'App\\Entity\\GameMatch',
                    'is_kdo_match_28' => 'App\\Entity\\GameMatch',
                    'api_football_sync_enabled_29' => 'App\\Entity\\GameMatch',
                    'live_elapsed_minute_30' => 'App\\Entity\\GameMatch',
                    'live_scores_finalized_at_31' => 'App\\Entity\\GameMatch',
                    'api_football_last_synced_at_32' => 'App\\Entity\\GameMatch',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
