<?php //fe24ae2d297c6806231c2a2e4dfad956

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' => [
                [
                    'sports' => [
                        0,
                    ],
                    'dpid' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT o0_.id AS id_0, o0_.intitule AS intitule_1, o0_.prix AS prix_2, o0_.date_debut AS date_debut_3, o0_.date_fin AS date_fin_4, o0_.description AS description_5, o0_.code AS code_6, o0_.created_at AS created_at_7, o0_.updated_at AS updated_at_8, o0_.nbr_adultes AS nbr_adultes_9, o0_.nbr_enfants AS nbr_enfants_10, o0_.is_locked AS is_locked_11, o0_.is_published AS is_published_12, o0_.slug AS slug_13, o0_.is_promoted AS is_promoted_14, o0_.lieux AS lieux_15, o0_.image AS image_16, o0_.categorie_id AS categorie_id_17 FROM offres o0_ INNER JOIN offres_sports o2_ ON o0_.id = o2_.offres_id INNER JOIN sports s1_ ON s1_.id = o2_.sports_id WHERE o0_.is_published = 1 AND s1_.slug IN (?) AND o0_.id IN (?) ORDER BY o0_.date_debut ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Offres',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'intitule_1' => 'intitule',
                    'prix_2' => 'prix',
                    'date_debut_3' => 'dateDebut',
                    'date_fin_4' => 'dateFin',
                    'description_5' => 'description',
                    'code_6' => 'code',
                    'created_at_7' => 'createdAt',
                    'updated_at_8' => 'updatedAt',
                    'nbr_adultes_9' => 'nbrAdultes',
                    'nbr_enfants_10' => 'nbrEnfants',
                    'is_locked_11' => 'isLocked',
                    'is_published_12' => 'isPublished',
                    'slug_13' => 'slug',
                    'is_promoted_14' => 'isPromoted',
                    'lieux_15' => 'lieux',
                    'image_16' => 'image',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Offres' => [
                        'o' => [
                            'id' => 'id_0',
                            'intitule' => 'intitule_1',
                            'prix' => 'prix_2',
                            'dateDebut' => 'date_debut_3',
                            'dateFin' => 'date_fin_4',
                            'description' => 'description_5',
                            'code' => 'code_6',
                            'createdAt' => 'created_at_7',
                            'updatedAt' => 'updated_at_8',
                            'nbrAdultes' => 'nbr_adultes_9',
                            'nbrEnfants' => 'nbr_enfants_10',
                            'isLocked' => 'is_locked_11',
                            'isPublished' => 'is_published_12',
                            'slug' => 'slug_13',
                            'isPromoted' => 'is_promoted_14',
                            'lieux' => 'lieux_15',
                            'image' => 'image_16',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'categorie_id_17' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'categorie_id_17' => 'categorie_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'intitule_1' => 'o',
                    'prix_2' => 'o',
                    'date_debut_3' => 'o',
                    'date_fin_4' => 'o',
                    'description_5' => 'o',
                    'code_6' => 'o',
                    'created_at_7' => 'o',
                    'updated_at_8' => 'o',
                    'nbr_adultes_9' => 'o',
                    'nbr_enfants_10' => 'o',
                    'is_locked_11' => 'o',
                    'is_published_12' => 'o',
                    'slug_13' => 'o',
                    'is_promoted_14' => 'o',
                    'lieux_15' => 'o',
                    'image_16' => 'o',
                    'categorie_id_17' => 'o',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Offres',
                    'intitule_1' => 'App\\Entity\\Offres',
                    'prix_2' => 'App\\Entity\\Offres',
                    'date_debut_3' => 'App\\Entity\\Offres',
                    'date_fin_4' => 'App\\Entity\\Offres',
                    'description_5' => 'App\\Entity\\Offres',
                    'code_6' => 'App\\Entity\\Offres',
                    'created_at_7' => 'App\\Entity\\Offres',
                    'updated_at_8' => 'App\\Entity\\Offres',
                    'nbr_adultes_9' => 'App\\Entity\\Offres',
                    'nbr_enfants_10' => 'App\\Entity\\Offres',
                    'is_locked_11' => 'App\\Entity\\Offres',
                    'is_published_12' => 'App\\Entity\\Offres',
                    'slug_13' => 'App\\Entity\\Offres',
                    'is_promoted_14' => 'App\\Entity\\Offres',
                    'lieux_15' => 'App\\Entity\\Offres',
                    'image_16' => 'App\\Entity\\Offres',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
