<?php //65cf20db8001fb114207d42e8efdf758

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 g0_.id AS id_0, COALESCE(t1_.content, g0_.title) AS title_1, g0_.slug AS slug_2, COALESCE(t2_.content, g0_.description) AS description_3, g0_.created_at AS created_at_4, g0_.updated_at AS updated_at_5, g0_.deleted_at AS deleted_at_6, g0_.is_active AS is_active_7, g0_.slide_configuration AS slide_configuration_8, g3_.id AS id_9, g3_.media AS media_10, COALESCE(t4_.content, g3_.caption) AS caption_11, g3_.type AS type_12, g3_.sort AS sort_13, g3_.created_at AS created_at_14, g3_.updated_at AS updated_at_15, g3_.deleted_at AS deleted_at_16, g3_.is_active AS is_active_17, g3_.gallery_id AS gallery_id_18 FROM gallery g0_ LEFT JOIN gallery_media g3_ ON g0_.id = g3_.gallery_id LEFT JOIN ext_translations t1_ ON t1_.locale = \'fr\' AND t1_.field = \'title\' AND t1_.object_class = \'App\\\\GalleryBundle\\\\Entity\\\\Gallery\' AND t1_.foreign_key = g0_.id LEFT JOIN ext_translations t2_ ON t2_.locale = \'fr\' AND t2_.field = \'description\' AND t2_.object_class = \'App\\\\GalleryBundle\\\\Entity\\\\Gallery\' AND t2_.foreign_key = g0_.id LEFT JOIN ext_translations t4_ ON t4_.locale = \'fr\' AND t4_.field = \'caption\' AND t4_.object_class = \'App\\\\GalleryBundle\\\\Entity\\\\GalleryMedia\' AND t4_.foreign_key = g3_.id WHERE g0_.id = ? ORDER BY g3_.sort ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'g' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'm' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                ],
            ],
            'relationMap' => [
                2 => [
                    'm' => 'medias',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'm' => 'g',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'slug_2' => 'slug',
                    'description_3' => 'description',
                    'created_at_4' => 'createdAt',
                    'updated_at_5' => 'updatedAt',
                    'deleted_at_6' => 'deletedAt',
                    'is_active_7' => 'isActive',
                    'slide_configuration_8' => 'slideConfiguration',
                    'id_9' => 'id',
                    'media_10' => 'media',
                    'caption_11' => 'caption',
                    'type_12' => 'type',
                    'sort_13' => 'sort',
                    'created_at_14' => 'createdAt',
                    'updated_at_15' => 'updatedAt',
                    'deleted_at_16' => 'deletedAt',
                    'is_active_17' => 'isActive',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\GalleryBundle\\Entity\\Gallery' => [
                        'g' => [
                            'id' => 'id_0',
                            'title' => 'title_1',
                            'slug' => 'slug_2',
                            'description' => 'description_3',
                            'createdAt' => 'created_at_4',
                            'updatedAt' => 'updated_at_5',
                            'deletedAt' => 'deleted_at_6',
                            'isActive' => 'is_active_7',
                            'slideConfiguration' => 'slide_configuration_8',
                        ],
                    ],
                    'App\\GalleryBundle\\Entity\\GalleryMedia' => [
                        'm' => [
                            'id' => 'id_9',
                            'media' => 'media_10',
                            'caption' => 'caption_11',
                            'type' => 'type_12',
                            'sort' => 'sort_13',
                            'createdAt' => 'created_at_14',
                            'updatedAt' => 'updated_at_15',
                            'deletedAt' => 'deleted_at_16',
                            'isActive' => 'is_active_17',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'gallery_id_18' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'g' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'gallery_id_18' => 'gallery_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'g',
                    'title_1' => 'g',
                    'slug_2' => 'g',
                    'description_3' => 'g',
                    'created_at_4' => 'g',
                    'updated_at_5' => 'g',
                    'deleted_at_6' => 'g',
                    'is_active_7' => 'g',
                    'slide_configuration_8' => 'g',
                    'id_9' => 'm',
                    'media_10' => 'm',
                    'caption_11' => 'm',
                    'type_12' => 'm',
                    'sort_13' => 'm',
                    'created_at_14' => 'm',
                    'updated_at_15' => 'm',
                    'deleted_at_16' => 'm',
                    'is_active_17' => 'm',
                    'gallery_id_18' => 'm',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'title_1' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'slug_2' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'description_3' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'created_at_4' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'updated_at_5' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'deleted_at_6' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'is_active_7' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'slide_configuration_8' => 'App\\GalleryBundle\\Entity\\Gallery',
                    'id_9' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'media_10' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'caption_11' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'type_12' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'sort_13' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'created_at_14' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'updated_at_15' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'deleted_at_16' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                    'is_active_17' => 'App\\GalleryBundle\\Entity\\GalleryMedia',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
