<?php return [PHP_INT_MAX, static function () {

    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\\SingleSelectExecutor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
            clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
        ],
        null,
        [
            'Doctrine\\ORM\\Query\\ParserResult' => [
                '_sqlExecutor' => [
                    $o[1],
                ],
                '_resultSetMapping' => [
                    $o[2],
                ],
                '_parameterMappings' => [
                    [
                        'comercio_id' => [
                            0,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT c0_.id AS id_0, c0_.comercio_id AS comercio_id_1, c0_.marca_id AS marca_id_2 FROM comercio_marca c0_ LEFT JOIN comercio c1_ ON c0_.comercio_id = c1_.comercio_id LEFT JOIN marca m2_ ON c0_.marca_id = m2_.marca_id WHERE c1_.comercio_id = ? ORDER BY m2_.nombre ASC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        'c_m' => 'App\\Entity\\ComercioMarca',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'id_0' => 'id',
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'comercio_id_1' => 'integer',
                        'marca_id_2' => 'integer',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        'c_m' => null,
                    ],
                ],
                'metaMappings' => [
                    2 => [
                        'comercio_id_1' => 'comercio_id',
                        'marca_id_2' => 'marca_id',
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'id_0' => 'c_m',
                        'comercio_id_1' => 'c_m',
                        'marca_id_2' => 'c_m',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'id_0' => 'App\\Entity\\ComercioMarca',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
