<?php //2c6c6d26fb066cd2a35c74498b7c87bc

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' => [
                [
                    'intervention' => [
                        0,
                    ],
                    'stockScope' => [
                        1,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT s0_.id AS id_0, s0_.movement_type AS movement_type_1, s0_.stock_scope AS stock_scope_2, s0_.quantity_delta AS quantity_delta_3, s0_.quantity_before AS quantity_before_4, s0_.quantity_after AS quantity_after_5, s0_.reason AS reason_6, s0_.commentaire AS commentaire_7, s0_.created_at AS created_at_8, p1_.id AS id_9, p1_.reference AS reference_10, p1_.ref_bis AS ref_bis_11, p1_.libelle AS libelle_12, p1_.type AS type_13, p1_.categorie AS categorie_14, p1_.variant AS variant_15, p1_.nature AS nature_16, p1_.created_at AS created_at_17, m2_.id AS id_18, m2_.nom AS nom_19, m2_.constructeur AS constructeur_20, m2_.reference AS reference_21, m2_.created_at AS created_at_22, s0_.stock_id AS stock_id_23, s0_.piece_id AS piece_id_24, s0_.site_id AS site_id_25, s0_.user_id AS user_id_26, s0_.intervention_id AS intervention_id_27 FROM stock_movement s0_ INNER JOIN piece p1_ ON s0_.piece_id = p1_.id LEFT JOIN modele_piece m3_ ON p1_.id = m3_.piece_id LEFT JOIN modele m2_ ON m2_.id = m3_.modele_id WHERE s0_.intervention_id = ? AND s0_.stock_scope = ? ORDER BY s0_.created_at ASC, s0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'sm' => 'App\\Entity\\StockMovement',
                    'p' => 'App\\Entity\\Piece',
                    'm' => 'App\\Entity\\Modele',
                ],
            ],
            'relationMap' => [
                2 => [
                    'p' => 'piece',
                    'm' => 'modeles',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'p' => 'sm',
                    'm' => 'p',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'movement_type_1' => 'movementType',
                    'stock_scope_2' => 'stockScope',
                    'quantity_delta_3' => 'quantityDelta',
                    'quantity_before_4' => 'quantityBefore',
                    'quantity_after_5' => 'quantityAfter',
                    'reason_6' => 'reason',
                    'commentaire_7' => 'commentaire',
                    'created_at_8' => 'createdAt',
                    'id_9' => 'id',
                    'reference_10' => 'reference',
                    'ref_bis_11' => 'refBis',
                    'libelle_12' => 'libelle',
                    'type_13' => 'type',
                    'categorie_14' => 'categorie',
                    'variant_15' => 'variant',
                    'nature_16' => 'nature',
                    'created_at_17' => 'createdAt',
                    'id_18' => 'id',
                    'nom_19' => 'nom',
                    'constructeur_20' => 'constructeur',
                    'reference_21' => 'reference',
                    'created_at_22' => 'createdAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\StockMovement' => [
                        'sm' => [
                            'id' => 'id_0',
                            'movementType' => 'movement_type_1',
                            'stockScope' => 'stock_scope_2',
                            'quantityDelta' => 'quantity_delta_3',
                            'quantityBefore' => 'quantity_before_4',
                            'quantityAfter' => 'quantity_after_5',
                            'reason' => 'reason_6',
                            'commentaire' => 'commentaire_7',
                            'createdAt' => 'created_at_8',
                        ],
                    ],
                    'App\\Entity\\Piece' => [
                        'p' => [
                            'id' => 'id_9',
                            'reference' => 'reference_10',
                            'refBis' => 'ref_bis_11',
                            'libelle' => 'libelle_12',
                            'type' => 'type_13',
                            'categorie' => 'categorie_14',
                            'variant' => 'variant_15',
                            'nature' => 'nature_16',
                            'createdAt' => 'created_at_17',
                        ],
                    ],
                    'App\\Entity\\Modele' => [
                        'm' => [
                            'id' => 'id_18',
                            'nom' => 'nom_19',
                            'constructeur' => 'constructeur_20',
                            'reference' => 'reference_21',
                            'createdAt' => 'created_at_22',
                        ],
                    ],
                ],
            ],
            'enumMappings' => [
                2 => [
                    'movement_type_1' => 'App\\Entity\\Enum\\StockMovementType',
                    'stock_scope_2' => 'App\\Entity\\Enum\\StockScope',
                    'reason_6' => 'App\\Entity\\Enum\\StockMovementReason',
                    'categorie_14' => 'App\\Entity\\Enum\\CategoriePiece',
                    'variant_15' => 'App\\Entity\\Enum\\VariantPiece',
                    'nature_16' => 'App\\Entity\\Enum\\NaturePiece',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'stock_id_23' => 'integer',
                    'piece_id_24' => 'integer',
                    'site_id_25' => 'integer',
                    'user_id_26' => 'integer',
                    'intervention_id_27' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'sm' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'stock_id_23' => 'stock_id',
                    'piece_id_24' => 'piece_id',
                    'site_id_25' => 'site_id',
                    'user_id_26' => 'user_id',
                    'intervention_id_27' => 'intervention_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'sm',
                    'movement_type_1' => 'sm',
                    'stock_scope_2' => 'sm',
                    'quantity_delta_3' => 'sm',
                    'quantity_before_4' => 'sm',
                    'quantity_after_5' => 'sm',
                    'reason_6' => 'sm',
                    'commentaire_7' => 'sm',
                    'created_at_8' => 'sm',
                    'id_9' => 'p',
                    'reference_10' => 'p',
                    'ref_bis_11' => 'p',
                    'libelle_12' => 'p',
                    'type_13' => 'p',
                    'categorie_14' => 'p',
                    'variant_15' => 'p',
                    'nature_16' => 'p',
                    'created_at_17' => 'p',
                    'id_18' => 'm',
                    'nom_19' => 'm',
                    'constructeur_20' => 'm',
                    'reference_21' => 'm',
                    'created_at_22' => 'm',
                    'stock_id_23' => 'sm',
                    'piece_id_24' => 'sm',
                    'site_id_25' => 'sm',
                    'user_id_26' => 'sm',
                    'intervention_id_27' => 'sm',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\StockMovement',
                    'movement_type_1' => 'App\\Entity\\StockMovement',
                    'stock_scope_2' => 'App\\Entity\\StockMovement',
                    'quantity_delta_3' => 'App\\Entity\\StockMovement',
                    'quantity_before_4' => 'App\\Entity\\StockMovement',
                    'quantity_after_5' => 'App\\Entity\\StockMovement',
                    'reason_6' => 'App\\Entity\\StockMovement',
                    'commentaire_7' => 'App\\Entity\\StockMovement',
                    'created_at_8' => 'App\\Entity\\StockMovement',
                    'id_9' => 'App\\Entity\\Piece',
                    'reference_10' => 'App\\Entity\\Piece',
                    'ref_bis_11' => 'App\\Entity\\Piece',
                    'libelle_12' => 'App\\Entity\\Piece',
                    'type_13' => 'App\\Entity\\Piece',
                    'categorie_14' => 'App\\Entity\\Piece',
                    'variant_15' => 'App\\Entity\\Piece',
                    'nature_16' => 'App\\Entity\\Piece',
                    'created_at_17' => 'App\\Entity\\Piece',
                    'id_18' => 'App\\Entity\\Modele',
                    'nom_19' => 'App\\Entity\\Modele',
                    'constructeur_20' => 'App\\Entity\\Modele',
                    'reference_21' => 'App\\Entity\\Modele',
                    'created_at_22' => 'App\\Entity\\Modele',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
