<?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],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT c0_.centro_id AS centro_id_0, c0_.nombre AS nombre_1, c0_.direccion AS direccion_2, c0_.telefono AS telefono_3, c0_.email AS email_4, c0_.tipo AS tipo_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.comuna_id AS comuna_id_8 FROM centro_comercial c0_ ORDER BY c0_.nombre ASC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        'c' => 'App\\Entity\\CentroComercial',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'centro_id_0' => 'centroId',
                        'nombre_1' => 'nombre',
                        'direccion_2' => 'direccion',
                        'telefono_3' => 'telefono',
                        'email_4' => 'email',
                        'tipo_5' => 'tipo',
                        'created_at_6' => 'createdAt',
                        'updated_at_7' => 'updatedAt',
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'comuna_id_8' => 'integer',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        'c' => null,
                    ],
                ],
                'metaMappings' => [
                    2 => [
                        'comuna_id_8' => 'comuna_id',
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'centro_id_0' => 'c',
                        'nombre_1' => 'c',
                        'direccion_2' => 'c',
                        'telefono_3' => 'c',
                        'email_4' => 'c',
                        'tipo_5' => 'c',
                        'created_at_6' => 'c',
                        'updated_at_7' => 'c',
                        'comuna_id_8' => 'c',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'centro_id_0' => 'App\\Entity\\CentroComercial',
                        'nombre_1' => 'App\\Entity\\CentroComercial',
                        'direccion_2' => 'App\\Entity\\CentroComercial',
                        'telefono_3' => 'App\\Entity\\CentroComercial',
                        'email_4' => 'App\\Entity\\CentroComercial',
                        'tipo_5' => 'App\\Entity\\CentroComercial',
                        'created_at_6' => 'App\\Entity\\CentroComercial',
                        'updated_at_7' => 'App\\Entity\\CentroComercial',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
