<?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' => [
                    [
                        'empresa_id' => [
                            0,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT COUNT(s0_.servicio_id) AS sclr_0 FROM servicio s0_ LEFT JOIN empresa e1_ ON s0_.empresa_id = e1_.empresa_id LEFT JOIN categoria_servicio c2_ ON s0_.categoria_id = c2_.categoria_id WHERE e1_.empresa_id = ?',
                ],
            ],
            'stdClass' => [
                'scalarMappings' => [
                    2 => [
                        'sclr_0' => 1,
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'sclr_0' => 'string',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
