<?php //4467d00ce01db6be1096dbc336d7b69f

return [PHP_INT_MAX, static fn () => \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' => [
                [
                    'organization' => [
                        0,
                    ],
                    'departments' => [
                        1,
                    ],
                    'dpid' => [
                        2,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.acronym AS acronym_3, p0_.type AS type_4, p0_.status AS status_5, p0_.start_date AS start_date_6, p0_.end_date AS end_date_7, p0_.progress AS progress_8, p0_.currency AS currency_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11, p0_.deleted_at AS deleted_at_12, b1_.id AS id_13, b1_.title AS title_14, b1_.allocated_budget AS allocated_budget_15, b1_.funding_type AS funding_type_16, b1_.funding_partner AS funding_partner_17, b1_.comment AS comment_18, b1_.identity_number AS identity_number_19, b1_.created_at AS created_at_20, b1_.updated_at AS updated_at_21, b1_.deleted_at AS deleted_at_22, d2_.id AS id_23, d2_.name AS name_24, d2_.abbreviation AS abbreviation_25, d2_.lft AS lft_26, d2_.lvl AS lvl_27, d2_.rgt AS rgt_28, d2_.created_at AS created_at_29, d2_.updated_at AS updated_at_30, d2_.deleted_at AS deleted_at_31, c3_.id AS id_32, c3_.name AS name_33, c3_.acronym AS acronym_34, c3_.weighting AS weighting_35, c3_.duration AS duration_36, c3_.status AS status_37, c3_.description AS description_38, c3_.budget AS budget_39, c3_.start_date AS start_date_40, c3_.end_date AS end_date_41, c3_.progress AS progress_42, c3_.remaining_duration AS remaining_duration_43, c3_.created_at AS created_at_44, c3_.updated_at AS updated_at_45, c3_.deleted_at AS deleted_at_46, u4_.id AS id_47, u4_.created_at AS created_at_48, u4_.updated_at AS updated_at_49, u4_.deleted_at AS deleted_at_50, a5_.id AS id_51, a5_.name AS name_52, a5_.created_at AS created_at_53, a5_.updated_at AS updated_at_54, a5_.deleted_at AS deleted_at_55, p0_.department_id AS department_id_56, p0_.program_id AS program_id_57, p0_.location_id AS location_id_58, b1_.project_id AS project_id_59, b1_.program_id AS program_id_60, d2_.organization_id AS organization_id_61, d2_.tree_root AS tree_root_62, d2_.parent_id AS parent_id_63, c3_.project_id AS project_id_64, u4_.assignment_type_id AS assignment_type_id_65, u4_.user_id AS user_id_66, u4_.project_id AS project_id_67, u4_.component_id AS component_id_68, u4_.activity_id AS activity_id_69, u4_.stake_holder_id AS stake_holder_id_70, u4_.document_id AS document_id_71, u4_.objective_id AS objective_id_72, u4_.output_id AS output_id_73 FROM project p0_ LEFT JOIN budget_line b1_ ON p0_.id = b1_.project_id AND (b1_.deleted_at IS NULL) LEFT JOIN department d2_ ON p0_.department_id = d2_.id AND (d2_.deleted_at IS NULL) LEFT JOIN component c3_ ON p0_.id = c3_.project_id AND (c3_.deleted_at IS NULL) LEFT JOIN user_assignment u4_ ON p0_.id = u4_.project_id AND (u4_.deleted_at IS NULL) LEFT JOIN assignment_type a5_ ON u4_.assignment_type_id = a5_.id AND (a5_.deleted_at IS NULL) WHERE (d2_.organization_id = ? AND d2_.id IN (?) AND p0_.id IN (?)) AND (p0_.deleted_at IS NULL) ORDER BY c3_.start_date ASC, c3_.end_date ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'p' => 'App\\Entity\\Project',
                    'b' => 'App\\Entity\\BudgetLine',
                    'd' => 'App\\Entity\\Department',
                    'c' => 'App\\Entity\\Component',
                    'ua' => 'App\\Entity\\UserAssignment',
                    'at' => 'App\\Entity\\AssignmentType',
                ],
            ],
            'relationMap' => [
                2 => [
                    'b' => 'budgetLines',
                    'd' => 'department',
                    'c' => 'components',
                    'ua' => 'userAssignments',
                    'at' => 'assignmentType',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'b' => 'p',
                    'd' => 'p',
                    'c' => 'p',
                    'ua' => 'p',
                    'at' => 'ua',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'name_1' => 'name',
                    'description_2' => 'description',
                    'acronym_3' => 'acronym',
                    'type_4' => 'type',
                    'status_5' => 'status',
                    'start_date_6' => 'startDate',
                    'end_date_7' => 'endDate',
                    'progress_8' => 'progress',
                    'currency_9' => 'currency',
                    'created_at_10' => 'createdAt',
                    'updated_at_11' => 'updatedAt',
                    'deleted_at_12' => 'deletedAt',
                    'id_13' => 'id',
                    'title_14' => 'title',
                    'allocated_budget_15' => 'allocatedBudget',
                    'funding_type_16' => 'fundingType',
                    'funding_partner_17' => 'fundingPartner',
                    'comment_18' => 'comment',
                    'identity_number_19' => 'identityNumber',
                    'created_at_20' => 'createdAt',
                    'updated_at_21' => 'updatedAt',
                    'deleted_at_22' => 'deletedAt',
                    'id_23' => 'id',
                    'name_24' => 'name',
                    'abbreviation_25' => 'abbreviation',
                    'lft_26' => 'lft',
                    'lvl_27' => 'lvl',
                    'rgt_28' => 'rgt',
                    'created_at_29' => 'createdAt',
                    'updated_at_30' => 'updatedAt',
                    'deleted_at_31' => 'deletedAt',
                    'id_32' => 'id',
                    'name_33' => 'name',
                    'acronym_34' => 'acronym',
                    'weighting_35' => 'weighting',
                    'duration_36' => 'duration',
                    'status_37' => 'status',
                    'description_38' => 'description',
                    'budget_39' => 'budget',
                    'start_date_40' => 'startDate',
                    'end_date_41' => 'endDate',
                    'progress_42' => 'progress',
                    'remaining_duration_43' => 'remainingDuration',
                    'created_at_44' => 'createdAt',
                    'updated_at_45' => 'updatedAt',
                    'deleted_at_46' => 'deletedAt',
                    'id_47' => 'id',
                    'created_at_48' => 'createdAt',
                    'updated_at_49' => 'updatedAt',
                    'deleted_at_50' => 'deletedAt',
                    'id_51' => 'id',
                    'name_52' => 'name',
                    'created_at_53' => 'createdAt',
                    'updated_at_54' => 'updatedAt',
                    'deleted_at_55' => 'deletedAt',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'department_id_56' => 'integer',
                    'program_id_57' => 'integer',
                    'location_id_58' => 'integer',
                    'project_id_59' => 'integer',
                    'program_id_60' => 'integer',
                    'organization_id_61' => 'integer',
                    'tree_root_62' => 'integer',
                    'parent_id_63' => 'integer',
                    'project_id_64' => 'integer',
                    'assignment_type_id_65' => 'integer',
                    'user_id_66' => 'integer',
                    'project_id_67' => 'integer',
                    'component_id_68' => 'integer',
                    'activity_id_69' => 'integer',
                    'stake_holder_id_70' => 'integer',
                    'document_id_71' => 'integer',
                    'objective_id_72' => 'integer',
                    'output_id_73' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'p' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'department_id_56' => 'department_id',
                    'program_id_57' => 'program_id',
                    'location_id_58' => 'location_id',
                    'project_id_59' => 'project_id',
                    'program_id_60' => 'program_id',
                    'organization_id_61' => 'organization_id',
                    'tree_root_62' => 'tree_root',
                    'parent_id_63' => 'parent_id',
                    'project_id_64' => 'project_id',
                    'assignment_type_id_65' => 'assignment_type_id',
                    'user_id_66' => 'user_id',
                    'project_id_67' => 'project_id',
                    'component_id_68' => 'component_id',
                    'activity_id_69' => 'activity_id',
                    'stake_holder_id_70' => 'stake_holder_id',
                    'document_id_71' => 'document_id',
                    'objective_id_72' => 'objective_id',
                    'output_id_73' => 'output_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'p',
                    'name_1' => 'p',
                    'description_2' => 'p',
                    'acronym_3' => 'p',
                    'type_4' => 'p',
                    'status_5' => 'p',
                    'start_date_6' => 'p',
                    'end_date_7' => 'p',
                    'progress_8' => 'p',
                    'currency_9' => 'p',
                    'created_at_10' => 'p',
                    'updated_at_11' => 'p',
                    'deleted_at_12' => 'p',
                    'id_13' => 'b',
                    'title_14' => 'b',
                    'allocated_budget_15' => 'b',
                    'funding_type_16' => 'b',
                    'funding_partner_17' => 'b',
                    'comment_18' => 'b',
                    'identity_number_19' => 'b',
                    'created_at_20' => 'b',
                    'updated_at_21' => 'b',
                    'deleted_at_22' => 'b',
                    'id_23' => 'd',
                    'name_24' => 'd',
                    'abbreviation_25' => 'd',
                    'lft_26' => 'd',
                    'lvl_27' => 'd',
                    'rgt_28' => 'd',
                    'created_at_29' => 'd',
                    'updated_at_30' => 'd',
                    'deleted_at_31' => 'd',
                    'id_32' => 'c',
                    'name_33' => 'c',
                    'acronym_34' => 'c',
                    'weighting_35' => 'c',
                    'duration_36' => 'c',
                    'status_37' => 'c',
                    'description_38' => 'c',
                    'budget_39' => 'c',
                    'start_date_40' => 'c',
                    'end_date_41' => 'c',
                    'progress_42' => 'c',
                    'remaining_duration_43' => 'c',
                    'created_at_44' => 'c',
                    'updated_at_45' => 'c',
                    'deleted_at_46' => 'c',
                    'id_47' => 'ua',
                    'created_at_48' => 'ua',
                    'updated_at_49' => 'ua',
                    'deleted_at_50' => 'ua',
                    'id_51' => 'at',
                    'name_52' => 'at',
                    'created_at_53' => 'at',
                    'updated_at_54' => 'at',
                    'deleted_at_55' => 'at',
                    'department_id_56' => 'p',
                    'program_id_57' => 'p',
                    'location_id_58' => 'p',
                    'project_id_59' => 'b',
                    'program_id_60' => 'b',
                    'organization_id_61' => 'd',
                    'tree_root_62' => 'd',
                    'parent_id_63' => 'd',
                    'project_id_64' => 'c',
                    'assignment_type_id_65' => 'ua',
                    'user_id_66' => 'ua',
                    'project_id_67' => 'ua',
                    'component_id_68' => 'ua',
                    'activity_id_69' => 'ua',
                    'stake_holder_id_70' => 'ua',
                    'document_id_71' => 'ua',
                    'objective_id_72' => 'ua',
                    'output_id_73' => 'ua',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Project',
                    'name_1' => 'App\\Entity\\Project',
                    'description_2' => 'App\\Entity\\Project',
                    'acronym_3' => 'App\\Entity\\Project',
                    'type_4' => 'App\\Entity\\Project',
                    'status_5' => 'App\\Entity\\Project',
                    'start_date_6' => 'App\\Entity\\Project',
                    'end_date_7' => 'App\\Entity\\Project',
                    'progress_8' => 'App\\Entity\\Project',
                    'currency_9' => 'App\\Entity\\Project',
                    'created_at_10' => 'App\\Entity\\Project',
                    'updated_at_11' => 'App\\Entity\\Project',
                    'deleted_at_12' => 'App\\Entity\\Project',
                    'id_13' => 'App\\Entity\\BudgetLine',
                    'title_14' => 'App\\Entity\\BudgetLine',
                    'allocated_budget_15' => 'App\\Entity\\BudgetLine',
                    'funding_type_16' => 'App\\Entity\\BudgetLine',
                    'funding_partner_17' => 'App\\Entity\\BudgetLine',
                    'comment_18' => 'App\\Entity\\BudgetLine',
                    'identity_number_19' => 'App\\Entity\\BudgetLine',
                    'created_at_20' => 'App\\Entity\\BudgetLine',
                    'updated_at_21' => 'App\\Entity\\BudgetLine',
                    'deleted_at_22' => 'App\\Entity\\BudgetLine',
                    'id_23' => 'App\\Entity\\Department',
                    'name_24' => 'App\\Entity\\Department',
                    'abbreviation_25' => 'App\\Entity\\Department',
                    'lft_26' => 'App\\Entity\\Department',
                    'lvl_27' => 'App\\Entity\\Department',
                    'rgt_28' => 'App\\Entity\\Department',
                    'created_at_29' => 'App\\Entity\\Department',
                    'updated_at_30' => 'App\\Entity\\Department',
                    'deleted_at_31' => 'App\\Entity\\Department',
                    'id_32' => 'App\\Entity\\Component',
                    'name_33' => 'App\\Entity\\Component',
                    'acronym_34' => 'App\\Entity\\Component',
                    'weighting_35' => 'App\\Entity\\Component',
                    'duration_36' => 'App\\Entity\\Component',
                    'status_37' => 'App\\Entity\\Component',
                    'description_38' => 'App\\Entity\\Component',
                    'budget_39' => 'App\\Entity\\Component',
                    'start_date_40' => 'App\\Entity\\Component',
                    'end_date_41' => 'App\\Entity\\Component',
                    'progress_42' => 'App\\Entity\\Component',
                    'remaining_duration_43' => 'App\\Entity\\Component',
                    'created_at_44' => 'App\\Entity\\Component',
                    'updated_at_45' => 'App\\Entity\\Component',
                    'deleted_at_46' => 'App\\Entity\\Component',
                    'id_47' => 'App\\Entity\\UserAssignment',
                    'created_at_48' => 'App\\Entity\\UserAssignment',
                    'updated_at_49' => 'App\\Entity\\UserAssignment',
                    'deleted_at_50' => 'App\\Entity\\UserAssignment',
                    'id_51' => 'App\\Entity\\AssignmentType',
                    'name_52' => 'App\\Entity\\AssignmentType',
                    'created_at_53' => 'App\\Entity\\AssignmentType',
                    'updated_at_54' => 'App\\Entity\\AssignmentType',
                    'deleted_at_55' => 'App\\Entity\\AssignmentType',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
