<?php //a94351c35eb30a5151ec6fa7cb34e284

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\\ParserResult' => [
            'sqlFinalizer' => [
                $o[1],
            ],
            'resultSetMapping' => [
                $o[2],
            ],
            'parameterMappings' => [
                [
                    'company' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.rate AS rate_2, p0_.description AS description_3, p0_.stared AS stared_4, p0_.default_hours_day AS default_hours_day_5, p0_.mileage_rate AS mileage_rate_6, p0_.deleted AS deleted_7, p0_.display_color AS display_color_8, s1_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.country AS country_12, s1_.city AS city_13, s1_.address AS address_14, s1_.is_active AS is_active_15, s1_.note AS note_16, s1_.mileage AS mileage_17, s1_.time_zone AS time_zone_18, p0_.company_id AS company_id_19, p0_.site_id AS site_id_20, s1_.company_id AS company_id_21 FROM project p0_ LEFT JOIN site s1_ ON p0_.site_id = s1_.id WHERE p0_.company_id = ? AND p0_.deleted = 0 ORDER BY p0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'p' => 'App\\Entity\\Project',
                    's' => 'App\\Entity\\Site',
                ],
            ],
            'relationMap' => [
                2 => [
                    's' => 'site',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    's' => 'p',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'label_1' => 'label',
                    'rate_2' => 'rate',
                    'description_3' => 'description',
                    'stared_4' => 'stared',
                    'default_hours_day_5' => 'defaultHoursDay',
                    'mileage_rate_6' => 'mileageRate',
                    'deleted_7' => 'deleted',
                    'display_color_8' => 'displayColor',
                    'id_9' => 'id',
                    'code_10' => 'code',
                    'name_11' => 'name',
                    'country_12' => 'country',
                    'city_13' => 'city',
                    'address_14' => 'address',
                    'is_active_15' => 'isActive',
                    'note_16' => 'note',
                    'mileage_17' => 'mileage',
                    'time_zone_18' => 'timeZone',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Project' => [
                        'p' => [
                            'id' => 'id_0',
                            'label' => 'label_1',
                            'rate' => 'rate_2',
                            'description' => 'description_3',
                            'stared' => 'stared_4',
                            'defaultHoursDay' => 'default_hours_day_5',
                            'mileageRate' => 'mileage_rate_6',
                            'deleted' => 'deleted_7',
                            'displayColor' => 'display_color_8',
                        ],
                    ],
                    'App\\Entity\\Site' => [
                        's' => [
                            'id' => 'id_9',
                            'code' => 'code_10',
                            'name' => 'name_11',
                            'country' => 'country_12',
                            'city' => 'city_13',
                            'address' => 'address_14',
                            'isActive' => 'is_active_15',
                            'note' => 'note_16',
                            'mileage' => 'mileage_17',
                            'timeZone' => 'time_zone_18',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'company_id_19' => 'integer',
                    'site_id_20' => 'integer',
                    'company_id_21' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'p' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'company_id_19' => 'company_id',
                    'site_id_20' => 'site_id',
                    'company_id_21' => 'company_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'p',
                    'label_1' => 'p',
                    'rate_2' => 'p',
                    'description_3' => 'p',
                    'stared_4' => 'p',
                    'default_hours_day_5' => 'p',
                    'mileage_rate_6' => 'p',
                    'deleted_7' => 'p',
                    'display_color_8' => 'p',
                    'id_9' => 's',
                    'code_10' => 's',
                    'name_11' => 's',
                    'country_12' => 's',
                    'city_13' => 's',
                    'address_14' => 's',
                    'is_active_15' => 's',
                    'note_16' => 's',
                    'mileage_17' => 's',
                    'time_zone_18' => 's',
                    'company_id_19' => 'p',
                    'site_id_20' => 'p',
                    'company_id_21' => 's',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Project',
                    'label_1' => 'App\\Entity\\Project',
                    'rate_2' => 'App\\Entity\\Project',
                    'description_3' => 'App\\Entity\\Project',
                    'stared_4' => 'App\\Entity\\Project',
                    'default_hours_day_5' => 'App\\Entity\\Project',
                    'mileage_rate_6' => 'App\\Entity\\Project',
                    'deleted_7' => 'App\\Entity\\Project',
                    'display_color_8' => 'App\\Entity\\Project',
                    'id_9' => 'App\\Entity\\Site',
                    'code_10' => 'App\\Entity\\Site',
                    'name_11' => 'App\\Entity\\Site',
                    'country_12' => 'App\\Entity\\Site',
                    'city_13' => 'App\\Entity\\Site',
                    'address_14' => 'App\\Entity\\Site',
                    'is_active_15' => 'App\\Entity\\Site',
                    'note_16' => 'App\\Entity\\Site',
                    'mileage_17' => 'App\\Entity\\Site',
                    'time_zone_18' => 'App\\Entity\\Site',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
