<?php //cd6d72c4303b594abb66b0b7d223812e

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' => [
                [
                    'begin' => [
                        0,
                        2,
                        4,
                    ],
                    'end' => [
                        1,
                        3,
                        5,
                    ],
                    'user' => [
                        6,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            '_sqlStatements' => [
                1 => 'SELECT k0_.id AS id_0, k0_.date_tz AS date_tz_1, k0_.start_time AS start_time_2, k0_.end_time AS end_time_3, k0_.timezone AS timezone_4, k0_.duration AS duration_5, k0_.description AS description_6, k0_.rate AS rate_7, k0_.internal_rate AS internal_rate_8, k0_.fixed_rate AS fixed_rate_9, k0_.hourly_rate AS hourly_rate_10, k0_.exported AS exported_11, k0_.billable AS billable_12, k0_.category AS category_13, k0_.modified_at AS modified_at_14, k1_.id AS id_15, k1_.name AS name_16, k1_.comment AS comment_17, k1_.visible AS visible_18, k1_.billable AS billable_19, k1_.invoice_text AS invoice_text_20, k1_.budget AS budget_21, k1_.time_budget AS time_budget_22, k1_.budget_type AS budget_type_23, k1_.color AS color_24, k2_.id AS id_25, k2_.name AS name_26, k2_.order_number AS order_number_27, k2_.order_date AS order_date_28, k2_.start AS start_29, k2_.end AS end_30, k2_.timezone AS timezone_31, k2_.comment AS comment_32, k2_.visible AS visible_33, k2_.billable AS billable_34, k2_.invoice_text AS invoice_text_35, k2_.global_activities AS global_activities_36, k2_.budget AS budget_37, k2_.time_budget AS time_budget_38, k2_.budget_type AS budget_type_39, k2_.color AS color_40, k3_.id AS id_41, k3_.name AS name_42, k3_.number AS number_43, k3_.comment AS comment_44, k3_.visible AS visible_45, k3_.billable AS billable_46, k3_.company AS company_47, k3_.vat_id AS vat_id_48, k3_.contact AS contact_49, k3_.address AS address_50, k3_.country AS country_51, k3_.currency AS currency_52, k3_.phone AS phone_53, k3_.fax AS fax_54, k3_.mobile AS mobile_55, k3_.email AS email_56, k3_.homepage AS homepage_57, k3_.timezone AS timezone_58, k3_.budget AS budget_59, k3_.time_budget AS time_budget_60, k3_.budget_type AS budget_type_61, k3_.color AS color_62, k0_.`user` AS user_63, k0_.activity_id AS activity_id_64, k0_.project_id AS project_id_65, k1_.project_id AS project_id_66, k2_.customer_id AS customer_id_67 FROM kimai2_timesheet k0_ LEFT JOIN kimai2_activities k1_ ON k0_.activity_id = k1_.id LEFT JOIN kimai2_projects k2_ ON k0_.project_id = k2_.id LEFT JOIN kimai2_customers k3_ ON k2_.customer_id = k3_.id WHERE k0_.end_time IS NOT NULL AND ((? BETWEEN k0_.start_time AND k0_.end_time) OR (? BETWEEN k0_.start_time AND k0_.end_time) OR (k0_.start_time BETWEEN ? AND ?) OR (k0_.end_time BETWEEN ? AND ?)) AND k0_.user = ? ORDER BY k0_.start_time DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\Timesheet',
                    'a' => 'App\\Entity\\Activity',
                    'p' => 'App\\Entity\\Project',
                    'c' => 'App\\Entity\\Customer',
                ],
            ],
            'relationMap' => [
                2 => [
                    'a' => 'activity',
                    'p' => 'project',
                    'c' => 'customer',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'a' => 't',
                    'p' => 't',
                    'c' => 'p',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'date_tz_1' => 'date',
                    'start_time_2' => 'begin',
                    'end_time_3' => 'end',
                    'timezone_4' => 'timezone',
                    'duration_5' => 'duration',
                    'description_6' => 'description',
                    'rate_7' => 'rate',
                    'internal_rate_8' => 'internalRate',
                    'fixed_rate_9' => 'fixedRate',
                    'hourly_rate_10' => 'hourlyRate',
                    'exported_11' => 'exported',
                    'billable_12' => 'billable',
                    'category_13' => 'category',
                    'modified_at_14' => 'modifiedAt',
                    'id_15' => 'id',
                    'name_16' => 'name',
                    'comment_17' => 'comment',
                    'visible_18' => 'visible',
                    'billable_19' => 'billable',
                    'invoice_text_20' => 'invoiceText',
                    'budget_21' => 'budget',
                    'time_budget_22' => 'timeBudget',
                    'budget_type_23' => 'budgetType',
                    'color_24' => 'color',
                    'id_25' => 'id',
                    'name_26' => 'name',
                    'order_number_27' => 'orderNumber',
                    'order_date_28' => 'orderDate',
                    'start_29' => 'start',
                    'end_30' => 'end',
                    'timezone_31' => 'timezone',
                    'comment_32' => 'comment',
                    'visible_33' => 'visible',
                    'billable_34' => 'billable',
                    'invoice_text_35' => 'invoiceText',
                    'global_activities_36' => 'globalActivities',
                    'budget_37' => 'budget',
                    'time_budget_38' => 'timeBudget',
                    'budget_type_39' => 'budgetType',
                    'color_40' => 'color',
                    'id_41' => 'id',
                    'name_42' => 'name',
                    'number_43' => 'number',
                    'comment_44' => 'comment',
                    'visible_45' => 'visible',
                    'billable_46' => 'billable',
                    'company_47' => 'company',
                    'vat_id_48' => 'vatId',
                    'contact_49' => 'contact',
                    'address_50' => 'address',
                    'country_51' => 'country',
                    'currency_52' => 'currency',
                    'phone_53' => 'phone',
                    'fax_54' => 'fax',
                    'mobile_55' => 'mobile',
                    'email_56' => 'email',
                    'homepage_57' => 'homepage',
                    'timezone_58' => 'timezone',
                    'budget_59' => 'budget',
                    'time_budget_60' => 'timeBudget',
                    'budget_type_61' => 'budgetType',
                    'color_62' => 'color',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_63' => 'integer',
                    'activity_id_64' => 'integer',
                    'project_id_65' => 'integer',
                    'project_id_66' => 'integer',
                    'customer_id_67' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_63' => 'user',
                    'activity_id_64' => 'activity_id',
                    'project_id_65' => 'project_id',
                    'project_id_66' => 'project_id',
                    'customer_id_67' => 'customer_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'date_tz_1' => 't',
                    'start_time_2' => 't',
                    'end_time_3' => 't',
                    'timezone_4' => 't',
                    'duration_5' => 't',
                    'description_6' => 't',
                    'rate_7' => 't',
                    'internal_rate_8' => 't',
                    'fixed_rate_9' => 't',
                    'hourly_rate_10' => 't',
                    'exported_11' => 't',
                    'billable_12' => 't',
                    'category_13' => 't',
                    'modified_at_14' => 't',
                    'id_15' => 'a',
                    'name_16' => 'a',
                    'comment_17' => 'a',
                    'visible_18' => 'a',
                    'billable_19' => 'a',
                    'invoice_text_20' => 'a',
                    'budget_21' => 'a',
                    'time_budget_22' => 'a',
                    'budget_type_23' => 'a',
                    'color_24' => 'a',
                    'id_25' => 'p',
                    'name_26' => 'p',
                    'order_number_27' => 'p',
                    'order_date_28' => 'p',
                    'start_29' => 'p',
                    'end_30' => 'p',
                    'timezone_31' => 'p',
                    'comment_32' => 'p',
                    'visible_33' => 'p',
                    'billable_34' => 'p',
                    'invoice_text_35' => 'p',
                    'global_activities_36' => 'p',
                    'budget_37' => 'p',
                    'time_budget_38' => 'p',
                    'budget_type_39' => 'p',
                    'color_40' => 'p',
                    'id_41' => 'c',
                    'name_42' => 'c',
                    'number_43' => 'c',
                    'comment_44' => 'c',
                    'visible_45' => 'c',
                    'billable_46' => 'c',
                    'company_47' => 'c',
                    'vat_id_48' => 'c',
                    'contact_49' => 'c',
                    'address_50' => 'c',
                    'country_51' => 'c',
                    'currency_52' => 'c',
                    'phone_53' => 'c',
                    'fax_54' => 'c',
                    'mobile_55' => 'c',
                    'email_56' => 'c',
                    'homepage_57' => 'c',
                    'timezone_58' => 'c',
                    'budget_59' => 'c',
                    'time_budget_60' => 'c',
                    'budget_type_61' => 'c',
                    'color_62' => 'c',
                    'user_63' => 't',
                    'activity_id_64' => 't',
                    'project_id_65' => 't',
                    'project_id_66' => 'a',
                    'customer_id_67' => 'p',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Timesheet',
                    'date_tz_1' => 'App\\Entity\\Timesheet',
                    'start_time_2' => 'App\\Entity\\Timesheet',
                    'end_time_3' => 'App\\Entity\\Timesheet',
                    'timezone_4' => 'App\\Entity\\Timesheet',
                    'duration_5' => 'App\\Entity\\Timesheet',
                    'description_6' => 'App\\Entity\\Timesheet',
                    'rate_7' => 'App\\Entity\\Timesheet',
                    'internal_rate_8' => 'App\\Entity\\Timesheet',
                    'fixed_rate_9' => 'App\\Entity\\Timesheet',
                    'hourly_rate_10' => 'App\\Entity\\Timesheet',
                    'exported_11' => 'App\\Entity\\Timesheet',
                    'billable_12' => 'App\\Entity\\Timesheet',
                    'category_13' => 'App\\Entity\\Timesheet',
                    'modified_at_14' => 'App\\Entity\\Timesheet',
                    'id_15' => 'App\\Entity\\Activity',
                    'name_16' => 'App\\Entity\\Activity',
                    'comment_17' => 'App\\Entity\\Activity',
                    'visible_18' => 'App\\Entity\\Activity',
                    'billable_19' => 'App\\Entity\\Activity',
                    'invoice_text_20' => 'App\\Entity\\Activity',
                    'budget_21' => 'App\\Entity\\Activity',
                    'time_budget_22' => 'App\\Entity\\Activity',
                    'budget_type_23' => 'App\\Entity\\Activity',
                    'color_24' => 'App\\Entity\\Activity',
                    'id_25' => 'App\\Entity\\Project',
                    'name_26' => 'App\\Entity\\Project',
                    'order_number_27' => 'App\\Entity\\Project',
                    'order_date_28' => 'App\\Entity\\Project',
                    'start_29' => 'App\\Entity\\Project',
                    'end_30' => 'App\\Entity\\Project',
                    'timezone_31' => 'App\\Entity\\Project',
                    'comment_32' => 'App\\Entity\\Project',
                    'visible_33' => 'App\\Entity\\Project',
                    'billable_34' => 'App\\Entity\\Project',
                    'invoice_text_35' => 'App\\Entity\\Project',
                    'global_activities_36' => 'App\\Entity\\Project',
                    'budget_37' => 'App\\Entity\\Project',
                    'time_budget_38' => 'App\\Entity\\Project',
                    'budget_type_39' => 'App\\Entity\\Project',
                    'color_40' => 'App\\Entity\\Project',
                    'id_41' => 'App\\Entity\\Customer',
                    'name_42' => 'App\\Entity\\Customer',
                    'number_43' => 'App\\Entity\\Customer',
                    'comment_44' => 'App\\Entity\\Customer',
                    'visible_45' => 'App\\Entity\\Customer',
                    'billable_46' => 'App\\Entity\\Customer',
                    'company_47' => 'App\\Entity\\Customer',
                    'vat_id_48' => 'App\\Entity\\Customer',
                    'contact_49' => 'App\\Entity\\Customer',
                    'address_50' => 'App\\Entity\\Customer',
                    'country_51' => 'App\\Entity\\Customer',
                    'currency_52' => 'App\\Entity\\Customer',
                    'phone_53' => 'App\\Entity\\Customer',
                    'fax_54' => 'App\\Entity\\Customer',
                    'mobile_55' => 'App\\Entity\\Customer',
                    'email_56' => 'App\\Entity\\Customer',
                    'homepage_57' => 'App\\Entity\\Customer',
                    'timezone_58' => 'App\\Entity\\Customer',
                    'budget_59' => 'App\\Entity\\Customer',
                    'time_budget_60' => 'App\\Entity\\Customer',
                    'budget_type_61' => 'App\\Entity\\Customer',
                    'color_62' => 'App\\Entity\\Customer',
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
