<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor'] ?? Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? 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 k0_.id AS id_0, k1_.id AS id_1, k1_.name AS name_2, k0_.`user` AS user_3, k0_.activity_id AS activity_id_4, k0_.project_id AS project_id_5 FROM kimai2_timesheet k0_ LEFT JOIN kimai2_timesheet_tags k2_ ON k0_.id = k2_.timesheet_id LEFT JOIN kimai2_tags k1_ ON k1_.id = k2_.tag_id WHERE k0_.id IN (170902, 170898, 170912, 170909, 170906, 170901, 170897, 170911, 170908, 170905, 170904, 170900, 170896, 170910, 170907, 170903, 170899, 170895, 169906, 169876, 169875, 169859, 169878, 169905, 169898, 169890, 169856, 169873, 169904, 169889, 169887, 169854, 169872, 169888, 169897, 169885, 169853, 169871, 169903, 169896, 169884, 169852, 169869, 169902, 169895, 169883, 169850, 169867, 169901, 169894)',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\Timesheet',
                    'tags' => 'App\\Entity\\Tag',
                ],
            ],
            'relationMap' => [
                2 => [
                    'tags' => 'tags',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'tags' => 't',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'id_1' => 'id',
                    'name_2' => 'name',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_3' => 'integer',
                    'activity_id_4' => 'integer',
                    'project_id_5' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_3' => 'user',
                    'activity_id_4' => 'activity_id',
                    'project_id_5' => 'project_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'id_1' => 'tags',
                    'name_2' => 'tags',
                    'user_3' => 't',
                    'activity_id_4' => 't',
                    'project_id_5' => 't',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Timesheet',
                    'id_1' => 'App\\Entity\\Tag',
                    'name_2' => 'App\\Entity\\Tag',
                ],
            ],
        ],
    ],
    $o[0],
    []
);
