<?php //142f9f950ec9008e0ee08ea123be385a

return [PHP_INT_MAX, static fn () => \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' => [
                [
                    'user' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT f0_.id AS id_0, f0_.created_at AS created_at_1, l1_.id AS id_2, l1_.name AS name_3, l1_.description AS description_4, l1_.image AS image_5, l1_.prix AS prix_6, l1_.quantite AS quantite_7, l1_.created_at AS created_at_8, l2_.id AS id_9, l2_.image_name AS image_name_10, l2_.position AS position_11, l2_.updated_at AS updated_at_12, f0_.user_id AS user_id_13, f0_.lot_id AS lot_id_14, l1_.cat_id AS cat_id_15, l2_.lot_id AS lot_id_16 FROM favori f0_ LEFT JOIN lot l1_ ON f0_.lot_id = l1_.id LEFT JOIN lot_image l2_ ON l1_.id = l2_.lot_id WHERE f0_.user_id = ? ORDER BY f0_.created_at DESC, l2_.position ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'f' => 'App\\Entity\\Favori',
                    'l' => 'App\\Entity\\Lot',
                    'images' => 'App\\Entity\\LotImage',
                ],
            ],
            'relationMap' => [
                2 => [
                    'l' => 'lot',
                    'images' => 'images',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'l' => 'f',
                    'images' => 'l',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'created_at_1' => 'createdAt',
                    'id_2' => 'id',
                    'name_3' => 'name',
                    'description_4' => 'description',
                    'image_5' => 'image',
                    'prix_6' => 'prix',
                    'quantite_7' => 'quantite',
                    'created_at_8' => 'createdAt',
                    'id_9' => 'id',
                    'image_name_10' => 'imageName',
                    'position_11' => 'position',
                    'updated_at_12' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Favori' => [
                        'f' => [
                            'id' => 'id_0',
                            'createdAt' => 'created_at_1',
                        ],
                    ],
                    'App\\Entity\\Lot' => [
                        'l' => [
                            'id' => 'id_2',
                            'name' => 'name_3',
                            'description' => 'description_4',
                            'image' => 'image_5',
                            'prix' => 'prix_6',
                            'quantite' => 'quantite_7',
                            'createdAt' => 'created_at_8',
                        ],
                    ],
                    'App\\Entity\\LotImage' => [
                        'images' => [
                            'id' => 'id_9',
                            'imageName' => 'image_name_10',
                            'position' => 'position_11',
                            'updatedAt' => 'updated_at_12',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_id_13' => 'integer',
                    'lot_id_14' => 'integer',
                    'cat_id_15' => 'integer',
                    'lot_id_16' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'f' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_id_13' => 'user_id',
                    'lot_id_14' => 'lot_id',
                    'cat_id_15' => 'cat_id',
                    'lot_id_16' => 'lot_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'f',
                    'created_at_1' => 'f',
                    'id_2' => 'l',
                    'name_3' => 'l',
                    'description_4' => 'l',
                    'image_5' => 'l',
                    'prix_6' => 'l',
                    'quantite_7' => 'l',
                    'created_at_8' => 'l',
                    'id_9' => 'images',
                    'image_name_10' => 'images',
                    'position_11' => 'images',
                    'updated_at_12' => 'images',
                    'user_id_13' => 'f',
                    'lot_id_14' => 'f',
                    'cat_id_15' => 'l',
                    'lot_id_16' => 'images',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Favori',
                    'created_at_1' => 'App\\Entity\\Favori',
                    'id_2' => 'App\\Entity\\Lot',
                    'name_3' => 'App\\Entity\\Lot',
                    'description_4' => 'App\\Entity\\Lot',
                    'image_5' => 'App\\Entity\\Lot',
                    'prix_6' => 'App\\Entity\\Lot',
                    'quantite_7' => 'App\\Entity\\Lot',
                    'created_at_8' => 'App\\Entity\\Lot',
                    'id_9' => 'App\\Entity\\LotImage',
                    'image_name_10' => 'App\\Entity\\LotImage',
                    'position_11' => 'App\\Entity\\LotImage',
                    'updated_at_12' => 'App\\Entity\\LotImage',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
