<?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' => [
                    [
                        'usuario_id' => [
                            0,
                        ],
                    ],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT n0_.notificacion_id AS notificacion_id_0, n0_.texto AS texto_1, n0_.leida AS leida_2, n0_.tipo AS tipo_3, n0_.id AS id_4, n0_.created_at AS created_at_5, n0_.usuario_id AS usuario_id_6 FROM notificacion n0_ LEFT JOIN usuario u1_ ON n0_.usuario_id = u1_.id WHERE u1_.id = ? ORDER BY n0_.created_at DESC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        'n' => 'App\\Entity\\Notificacion',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'notificacion_id_0' => 'notificacionId',
                        'texto_1' => 'texto',
                        'leida_2' => 'leida',
                        'tipo_3' => 'tipo',
                        'id_4' => 'id',
                        'created_at_5' => 'createdAt',
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'usuario_id_6' => 'integer',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        'n' => null,
                    ],
                ],
                'metaMappings' => [
                    2 => [
                        'usuario_id_6' => 'usuario_id',
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'notificacion_id_0' => 'n',
                        'texto_1' => 'n',
                        'leida_2' => 'n',
                        'tipo_3' => 'n',
                        'id_4' => 'n',
                        'created_at_5' => 'n',
                        'usuario_id_6' => 'n',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'notificacion_id_0' => 'App\\Entity\\Notificacion',
                        'texto_1' => 'App\\Entity\\Notificacion',
                        'leida_2' => 'App\\Entity\\Notificacion',
                        'tipo_3' => 'App\\Entity\\Notificacion',
                        'id_4' => 'App\\Entity\\Notificacion',
                        'created_at_5' => 'App\\Entity\\Notificacion',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
