<?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' => [
                    [
                        'marca_id' => [
                            0,
                        ],
                        'comercio_id' => [
                            1,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT s0_.id AS id_0, s0_.sucursal_id AS sucursal_id_1, s0_.comercio_marca_id AS comercio_marca_id_2 FROM sucursal_marca s0_ LEFT JOIN comercio_sucursal c1_ ON s0_.sucursal_id = c1_.sucursal_id LEFT JOIN comercio c2_ ON c1_.comercio_id = c2_.comercio_id LEFT JOIN comercio_marca c3_ ON s0_.comercio_marca_id = c3_.id LEFT JOIN marca m4_ ON c3_.marca_id = m4_.marca_id WHERE m4_.marca_id = ? AND c2_.comercio_id = ? ORDER BY c1_.nombre ASC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        's_m' => 'App\\Entity\\SucursalMarca',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'id_0' => 'id',
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'sucursal_id_1' => 'integer',
                        'comercio_marca_id_2' => 'integer',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        's_m' => null,
                    ],
                ],
                'metaMappings' => [
                    2 => [
                        'sucursal_id_1' => 'sucursal_id',
                        'comercio_marca_id_2' => 'comercio_marca_id',
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'id_0' => 's_m',
                        'sucursal_id_1' => 's_m',
                        'comercio_marca_id_2' => 's_m',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'id_0' => 'App\\Entity\\SucursalMarca',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
