<?php //7ef71a45979f949eb82d88b91ae84184

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { 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\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT k0_.id AS id_0, k0_.rate AS rate_1, k0_.internal_rate AS internal_rate_2, k0_.fixed AS fixed_3, k1_.id AS id_4, k1_.alias AS alias_5, k1_.registration_date AS registration_date_6, k1_.title AS title_7, k1_.avatar AS avatar_8, k1_.api_token AS api_token_9, k1_.auth AS auth_10, k1_.username AS username_11, k1_.email AS email_12, k1_.account AS account_13, k1_.enabled AS enabled_14, k1_.password AS password_15, k1_.last_login AS last_login_16, k1_.confirmation_token AS confirmation_token_17, k1_.password_requested_at AS password_requested_at_18, k1_.roles AS roles_19, k1_.totp_secret AS totp_secret_20, k1_.totp_enabled AS totp_enabled_21, k1_.system_account AS system_account_22, k1_.color AS color_23, k2_.id AS id_24, k2_.name AS name_25, k2_.number AS number_26, k2_.comment AS comment_27, k2_.visible AS visible_28, k2_.billable AS billable_29, k2_.company AS company_30, k2_.vat_id AS vat_id_31, k2_.contact AS contact_32, k2_.address AS address_33, k2_.country AS country_34, k2_.currency AS currency_35, k2_.phone AS phone_36, k2_.fax AS fax_37, k2_.mobile AS mobile_38, k2_.email AS email_39, k2_.homepage AS homepage_40, k2_.timezone AS timezone_41, k2_.invoice_text AS invoice_text_42, k2_.address_line1 AS address_line1_43, k2_.address_line2 AS address_line2_44, k2_.address_line3 AS address_line3_45, k2_.postcode AS postcode_46, k2_.city AS city_47, k2_.buyer_reference AS buyer_reference_48, k2_.budget AS budget_49, k2_.time_budget AS time_budget_50, k2_.budget_type AS budget_type_51, k2_.color AS color_52, k2_.created_at AS created_at_53, k0_.customer_id AS customer_id_54, k0_.user_id AS user_id_55, k1_.supervisor_id AS supervisor_id_56, k2_.invoice_template_id AS invoice_template_id_57 FROM kimai2_customers_rates k0_ LEFT JOIN kimai2_users k1_ ON k0_.user_id = k1_.id LEFT JOIN kimai2_customers k2_ ON k0_.customer_id = k2_.id WHERE k0_.customer_id = ? ORDER BY k1_.alias ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'r' => 'App\\Entity\\CustomerRate',
                    'u' => 'App\\Entity\\User',
                    'c' => 'App\\Entity\\Customer',
                ],
            ],
            'relationMap' => [
                2 => [
                    'u' => 'user',
                    'c' => 'customer',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'u' => 'r',
                    'c' => 'r',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'rate_1' => 'rate',
                    'internal_rate_2' => 'internalRate',
                    'fixed_3' => 'isFixed',
                    'id_4' => 'id',
                    'alias_5' => 'alias',
                    'registration_date_6' => 'registeredAt',
                    'title_7' => 'title',
                    'avatar_8' => 'avatar',
                    'api_token_9' => 'apiToken',
                    'auth_10' => 'auth',
                    'username_11' => 'username',
                    'email_12' => 'email',
                    'account_13' => 'accountNumber',
                    'enabled_14' => 'enabled',
                    'password_15' => 'password',
                    'last_login_16' => 'lastLogin',
                    'confirmation_token_17' => 'confirmationToken',
                    'password_requested_at_18' => 'passwordRequestedAt',
                    'roles_19' => 'roles',
                    'totp_secret_20' => 'totpSecret',
                    'totp_enabled_21' => 'totpEnabled',
                    'system_account_22' => 'systemAccount',
                    'color_23' => 'color',
                    'id_24' => 'id',
                    'name_25' => 'name',
                    'number_26' => 'number',
                    'comment_27' => 'comment',
                    'visible_28' => 'visible',
                    'billable_29' => 'billable',
                    'company_30' => 'company',
                    'vat_id_31' => 'vatId',
                    'contact_32' => 'contact',
                    'address_33' => 'address',
                    'country_34' => 'country',
                    'currency_35' => 'currency',
                    'phone_36' => 'phone',
                    'fax_37' => 'fax',
                    'mobile_38' => 'mobile',
                    'email_39' => 'email',
                    'homepage_40' => 'homepage',
                    'timezone_41' => 'timezone',
                    'invoice_text_42' => 'invoiceText',
                    'address_line1_43' => 'addressLine1',
                    'address_line2_44' => 'addressLine2',
                    'address_line3_45' => 'addressLine3',
                    'postcode_46' => 'postCode',
                    'city_47' => 'city',
                    'buyer_reference_48' => 'buyerReference',
                    'budget_49' => 'budget',
                    'time_budget_50' => 'timeBudget',
                    'budget_type_51' => 'budgetType',
                    'color_52' => 'color',
                    'created_at_53' => 'createdAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\CustomerRate' => [
                        'r' => [
                            'id' => 'id_0',
                            'rate' => 'rate_1',
                            'internalRate' => 'internal_rate_2',
                            'isFixed' => 'fixed_3',
                        ],
                    ],
                    'App\\Entity\\User' => [
                        'u' => [
                            'id' => 'id_4',
                            'alias' => 'alias_5',
                            'registeredAt' => 'registration_date_6',
                            'title' => 'title_7',
                            'avatar' => 'avatar_8',
                            'apiToken' => 'api_token_9',
                            'auth' => 'auth_10',
                            'username' => 'username_11',
                            'email' => 'email_12',
                            'accountNumber' => 'account_13',
                            'enabled' => 'enabled_14',
                            'password' => 'password_15',
                            'lastLogin' => 'last_login_16',
                            'confirmationToken' => 'confirmation_token_17',
                            'passwordRequestedAt' => 'password_requested_at_18',
                            'roles' => 'roles_19',
                            'totpSecret' => 'totp_secret_20',
                            'totpEnabled' => 'totp_enabled_21',
                            'systemAccount' => 'system_account_22',
                            'color' => 'color_23',
                        ],
                    ],
                    'App\\Entity\\Customer' => [
                        'c' => [
                            'id' => 'id_24',
                            'name' => 'name_25',
                            'number' => 'number_26',
                            'comment' => 'comment_27',
                            'visible' => 'visible_28',
                            'billable' => 'billable_29',
                            'company' => 'company_30',
                            'vatId' => 'vat_id_31',
                            'contact' => 'contact_32',
                            'address' => 'address_33',
                            'country' => 'country_34',
                            'currency' => 'currency_35',
                            'phone' => 'phone_36',
                            'fax' => 'fax_37',
                            'mobile' => 'mobile_38',
                            'email' => 'email_39',
                            'homepage' => 'homepage_40',
                            'timezone' => 'timezone_41',
                            'invoiceText' => 'invoice_text_42',
                            'addressLine1' => 'address_line1_43',
                            'addressLine2' => 'address_line2_44',
                            'addressLine3' => 'address_line3_45',
                            'postCode' => 'postcode_46',
                            'city' => 'city_47',
                            'buyerReference' => 'buyer_reference_48',
                            'budget' => 'budget_49',
                            'timeBudget' => 'time_budget_50',
                            'budgetType' => 'budget_type_51',
                            'color' => 'color_52',
                            'createdAt' => 'created_at_53',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'customer_id_54' => 'integer',
                    'user_id_55' => 'integer',
                    'supervisor_id_56' => 'integer',
                    'invoice_template_id_57' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'r' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'customer_id_54' => 'customer_id',
                    'user_id_55' => 'user_id',
                    'supervisor_id_56' => 'supervisor_id',
                    'invoice_template_id_57' => 'invoice_template_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'r',
                    'rate_1' => 'r',
                    'internal_rate_2' => 'r',
                    'fixed_3' => 'r',
                    'id_4' => 'u',
                    'alias_5' => 'u',
                    'registration_date_6' => 'u',
                    'title_7' => 'u',
                    'avatar_8' => 'u',
                    'api_token_9' => 'u',
                    'auth_10' => 'u',
                    'username_11' => 'u',
                    'email_12' => 'u',
                    'account_13' => 'u',
                    'enabled_14' => 'u',
                    'password_15' => 'u',
                    'last_login_16' => 'u',
                    'confirmation_token_17' => 'u',
                    'password_requested_at_18' => 'u',
                    'roles_19' => 'u',
                    'totp_secret_20' => 'u',
                    'totp_enabled_21' => 'u',
                    'system_account_22' => 'u',
                    'color_23' => 'u',
                    'id_24' => 'c',
                    'name_25' => 'c',
                    'number_26' => 'c',
                    'comment_27' => 'c',
                    'visible_28' => 'c',
                    'billable_29' => 'c',
                    'company_30' => 'c',
                    'vat_id_31' => 'c',
                    'contact_32' => 'c',
                    'address_33' => 'c',
                    'country_34' => 'c',
                    'currency_35' => 'c',
                    'phone_36' => 'c',
                    'fax_37' => 'c',
                    'mobile_38' => 'c',
                    'email_39' => 'c',
                    'homepage_40' => 'c',
                    'timezone_41' => 'c',
                    'invoice_text_42' => 'c',
                    'address_line1_43' => 'c',
                    'address_line2_44' => 'c',
                    'address_line3_45' => 'c',
                    'postcode_46' => 'c',
                    'city_47' => 'c',
                    'buyer_reference_48' => 'c',
                    'budget_49' => 'c',
                    'time_budget_50' => 'c',
                    'budget_type_51' => 'c',
                    'color_52' => 'c',
                    'created_at_53' => 'c',
                    'customer_id_54' => 'r',
                    'user_id_55' => 'r',
                    'supervisor_id_56' => 'u',
                    'invoice_template_id_57' => 'c',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\CustomerRate',
                    'rate_1' => 'App\\Entity\\CustomerRate',
                    'internal_rate_2' => 'App\\Entity\\CustomerRate',
                    'fixed_3' => 'App\\Entity\\CustomerRate',
                    'id_4' => 'App\\Entity\\User',
                    'alias_5' => 'App\\Entity\\User',
                    'registration_date_6' => 'App\\Entity\\User',
                    'title_7' => 'App\\Entity\\User',
                    'avatar_8' => 'App\\Entity\\User',
                    'api_token_9' => 'App\\Entity\\User',
                    'auth_10' => 'App\\Entity\\User',
                    'username_11' => 'App\\Entity\\User',
                    'email_12' => 'App\\Entity\\User',
                    'account_13' => 'App\\Entity\\User',
                    'enabled_14' => 'App\\Entity\\User',
                    'password_15' => 'App\\Entity\\User',
                    'last_login_16' => 'App\\Entity\\User',
                    'confirmation_token_17' => 'App\\Entity\\User',
                    'password_requested_at_18' => 'App\\Entity\\User',
                    'roles_19' => 'App\\Entity\\User',
                    'totp_secret_20' => 'App\\Entity\\User',
                    'totp_enabled_21' => 'App\\Entity\\User',
                    'system_account_22' => 'App\\Entity\\User',
                    'color_23' => 'App\\Entity\\User',
                    'id_24' => 'App\\Entity\\Customer',
                    'name_25' => 'App\\Entity\\Customer',
                    'number_26' => 'App\\Entity\\Customer',
                    'comment_27' => 'App\\Entity\\Customer',
                    'visible_28' => 'App\\Entity\\Customer',
                    'billable_29' => 'App\\Entity\\Customer',
                    'company_30' => 'App\\Entity\\Customer',
                    'vat_id_31' => 'App\\Entity\\Customer',
                    'contact_32' => 'App\\Entity\\Customer',
                    'address_33' => 'App\\Entity\\Customer',
                    'country_34' => 'App\\Entity\\Customer',
                    'currency_35' => 'App\\Entity\\Customer',
                    'phone_36' => 'App\\Entity\\Customer',
                    'fax_37' => 'App\\Entity\\Customer',
                    'mobile_38' => 'App\\Entity\\Customer',
                    'email_39' => 'App\\Entity\\Customer',
                    'homepage_40' => 'App\\Entity\\Customer',
                    'timezone_41' => 'App\\Entity\\Customer',
                    'invoice_text_42' => 'App\\Entity\\Customer',
                    'address_line1_43' => 'App\\Entity\\Customer',
                    'address_line2_44' => 'App\\Entity\\Customer',
                    'address_line3_45' => 'App\\Entity\\Customer',
                    'postcode_46' => 'App\\Entity\\Customer',
                    'city_47' => 'App\\Entity\\Customer',
                    'buyer_reference_48' => 'App\\Entity\\Customer',
                    'budget_49' => 'App\\Entity\\Customer',
                    'time_budget_50' => 'App\\Entity\\Customer',
                    'budget_type_51' => 'App\\Entity\\Customer',
                    'color_52' => 'App\\Entity\\Customer',
                    'created_at_53' => 'App\\Entity\\Customer',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => null,
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlFinalizer' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'customer' => [
                    0,
                ],
            ],
        ],
    ]
); } }];
