<?php //d2fe34e90db676ba97d8b5a53f60ce80

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' => [
                [
                    'dpid' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.description AS description_2, l0_.image AS image_3, l0_.prix AS prix_4, l0_.quantite AS quantite_5, l0_.created_at AS created_at_6, l1_.id AS id_7, l1_.image_name AS image_name_8, l1_.position AS position_9, l1_.updated_at AS updated_at_10, t2_.id AS id_11, t2_.name AS name_12, c3_.id AS id_13, c3_.name AS name_14, l0_.cat_id AS cat_id_15, l1_.lot_id AS lot_id_16 FROM lot l0_ LEFT JOIN lot_image l1_ ON l0_.id = l1_.lot_id LEFT JOIN lot_type l4_ ON l0_.id = l4_.lot_id LEFT JOIN type t2_ ON t2_.id = l4_.type_id LEFT JOIN category c3_ ON l0_.cat_id = c3_.id WHERE l0_.id IN (?) ORDER BY l0_.quantite DESC, l0_.id DESC, l1_.position ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'l' => 'App\\Entity\\Lot',
                    'images' => 'App\\Entity\\LotImage',
                    'types' => 'App\\Entity\\Type',
                    'cat' => 'App\\Entity\\Category',
                ],
            ],
            'relationMap' => [
                2 => [
                    'images' => 'images',
                    'types' => 'types',
                    'cat' => 'cat',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'images' => 'l',
                    'types' => 'l',
                    'cat' => 'l',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'name_1' => 'name',
                    'description_2' => 'description',
                    'image_3' => 'image',
                    'prix_4' => 'prix',
                    'quantite_5' => 'quantite',
                    'created_at_6' => 'createdAt',
                    'id_7' => 'id',
                    'image_name_8' => 'imageName',
                    'position_9' => 'position',
                    'updated_at_10' => 'updatedAt',
                    'id_11' => 'id',
                    'name_12' => 'name',
                    'id_13' => 'id',
                    'name_14' => 'name',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Lot' => [
                        'l' => [
                            'id' => 'id_0',
                            'name' => 'name_1',
                            'description' => 'description_2',
                            'image' => 'image_3',
                            'prix' => 'prix_4',
                            'quantite' => 'quantite_5',
                            'createdAt' => 'created_at_6',
                        ],
                    ],
                    'App\\Entity\\LotImage' => [
                        'images' => [
                            'id' => 'id_7',
                            'imageName' => 'image_name_8',
                            'position' => 'position_9',
                            'updatedAt' => 'updated_at_10',
                        ],
                    ],
                    'App\\Entity\\Type' => [
                        'types' => [
                            'id' => 'id_11',
                            'name' => 'name_12',
                        ],
                    ],
                    'App\\Entity\\Category' => [
                        'cat' => [
                            'id' => 'id_13',
                            'name' => 'name_14',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'cat_id_15' => 'integer',
                    'lot_id_16' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'l' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'cat_id_15' => 'cat_id',
                    'lot_id_16' => 'lot_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'l',
                    'name_1' => 'l',
                    'description_2' => 'l',
                    'image_3' => 'l',
                    'prix_4' => 'l',
                    'quantite_5' => 'l',
                    'created_at_6' => 'l',
                    'id_7' => 'images',
                    'image_name_8' => 'images',
                    'position_9' => 'images',
                    'updated_at_10' => 'images',
                    'id_11' => 'types',
                    'name_12' => 'types',
                    'id_13' => 'cat',
                    'name_14' => 'cat',
                    'cat_id_15' => 'l',
                    'lot_id_16' => 'images',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Lot',
                    'name_1' => 'App\\Entity\\Lot',
                    'description_2' => 'App\\Entity\\Lot',
                    'image_3' => 'App\\Entity\\Lot',
                    'prix_4' => 'App\\Entity\\Lot',
                    'quantite_5' => 'App\\Entity\\Lot',
                    'created_at_6' => 'App\\Entity\\Lot',
                    'id_7' => 'App\\Entity\\LotImage',
                    'image_name_8' => 'App\\Entity\\LotImage',
                    'position_9' => 'App\\Entity\\LotImage',
                    'updated_at_10' => 'App\\Entity\\LotImage',
                    'id_11' => 'App\\Entity\\Type',
                    'name_12' => 'App\\Entity\\Type',
                    'id_13' => 'App\\Entity\\Category',
                    'name_14' => 'App\\Entity\\Category',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
