<?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' => [
                    [
                        'inicio' => [
                            0,
                        ],
                        'comercio_id' => [
                            1,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT COUNT(b0_.historial_id) AS sclr_0 FROM beneficio_historial_activacion b0_ LEFT JOIN beneficio b1_ ON b0_.beneficio_id = b1_.beneficio_id LEFT JOIN establecimiento e2_ ON b1_.establecimiento_id = e2_.establecimiento_id LEFT JOIN empresa e3_ ON e2_.empresa_id = e3_.empresa_id LEFT JOIN comercio c4_ ON b1_.comercio_id = c4_.comercio_id WHERE b0_.created_at >= ? AND c4_.comercio_id = ?',
                ],
            ],
            'stdClass' => [
                'scalarMappings' => [
                    2 => [
                        'sclr_0' => 1,
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'sclr_0' => 'string',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
