<?php //31f9ef59c166c0b85bf375c074a02631

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' => [
                [
                    'todayStart' => [
                        0,
                    ],
                    'todayEnd' => [
                        1,
                    ],
                    'accessibleUsers' => [
                        2,
                    ],
                    'accessibleProfiles' => [
                        3,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.description AS description_2, t0_.status AS status_3, t0_.priority AS priority_4, t0_.due_date AS due_date_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, t0_.completed_at AS completed_at_8, t0_.completion_notes AS completion_notes_9, t0_.satisfaction_rating AS satisfaction_rating_10, t0_.is_recurring AS is_recurring_11, t0_.recurrence_type AS recurrence_type_12, t0_.recurrence_interval AS recurrence_interval_13, t0_.recurrence_end_date AS recurrence_end_date_14, t0_.estimated_time AS estimated_time_15, t0_.notes AS notes_16, t0_.assignee_name AS assignee_name_17, t0_.parent_task_id AS parent_task_id_18, t0_.assigned_to_id AS assigned_to_id_19, t0_.category_id AS category_id_20, t0_.sub_category_id AS sub_category_id_21, t0_.project_id AS project_id_22, t0_.profile_id AS profile_id_23 FROM task t0_ WHERE t0_.due_date >= ? AND t0_.due_date < ? AND ((t0_.assigned_to_id IN (?) OR t0_.profile_id IN (?)))',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    't' => 'App\\Entity\\Task',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'description_2' => 'description',
                    'status_3' => 'status',
                    'priority_4' => 'priority',
                    'due_date_5' => 'dueDate',
                    'created_at_6' => 'createdAt',
                    'updated_at_7' => 'updatedAt',
                    'completed_at_8' => 'completedAt',
                    'completion_notes_9' => 'completionNotes',
                    'satisfaction_rating_10' => 'satisfactionRating',
                    'is_recurring_11' => 'isRecurring',
                    'recurrence_type_12' => 'recurrenceType',
                    'recurrence_interval_13' => 'recurrenceInterval',
                    'recurrence_end_date_14' => 'recurrenceEndDate',
                    'estimated_time_15' => 'estimatedTime',
                    'notes_16' => 'notes',
                    'assignee_name_17' => 'assigneeName',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Task' => [
                        't' => [
                            'id' => 'id_0',
                            'title' => 'title_1',
                            'description' => 'description_2',
                            'status' => 'status_3',
                            'priority' => 'priority_4',
                            'dueDate' => 'due_date_5',
                            'createdAt' => 'created_at_6',
                            'updatedAt' => 'updated_at_7',
                            'completedAt' => 'completed_at_8',
                            'completionNotes' => 'completion_notes_9',
                            'satisfactionRating' => 'satisfaction_rating_10',
                            'isRecurring' => 'is_recurring_11',
                            'recurrenceType' => 'recurrence_type_12',
                            'recurrenceInterval' => 'recurrence_interval_13',
                            'recurrenceEndDate' => 'recurrence_end_date_14',
                            'estimatedTime' => 'estimated_time_15',
                            'notes' => 'notes_16',
                            'assigneeName' => 'assignee_name_17',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'parent_task_id_18' => 'integer',
                    'assigned_to_id_19' => 'integer',
                    'category_id_20' => 'integer',
                    'sub_category_id_21' => 'integer',
                    'project_id_22' => 'integer',
                    'profile_id_23' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    't' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'parent_task_id_18' => 'parent_task_id',
                    'assigned_to_id_19' => 'assigned_to_id',
                    'category_id_20' => 'category_id',
                    'sub_category_id_21' => 'sub_category_id',
                    'project_id_22' => 'project_id',
                    'profile_id_23' => 'profile_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 't',
                    'title_1' => 't',
                    'description_2' => 't',
                    'status_3' => 't',
                    'priority_4' => 't',
                    'due_date_5' => 't',
                    'created_at_6' => 't',
                    'updated_at_7' => 't',
                    'completed_at_8' => 't',
                    'completion_notes_9' => 't',
                    'satisfaction_rating_10' => 't',
                    'is_recurring_11' => 't',
                    'recurrence_type_12' => 't',
                    'recurrence_interval_13' => 't',
                    'recurrence_end_date_14' => 't',
                    'estimated_time_15' => 't',
                    'notes_16' => 't',
                    'assignee_name_17' => 't',
                    'parent_task_id_18' => 't',
                    'assigned_to_id_19' => 't',
                    'category_id_20' => 't',
                    'sub_category_id_21' => 't',
                    'project_id_22' => 't',
                    'profile_id_23' => 't',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Task',
                    'title_1' => 'App\\Entity\\Task',
                    'description_2' => 'App\\Entity\\Task',
                    'status_3' => 'App\\Entity\\Task',
                    'priority_4' => 'App\\Entity\\Task',
                    'due_date_5' => 'App\\Entity\\Task',
                    'created_at_6' => 'App\\Entity\\Task',
                    'updated_at_7' => 'App\\Entity\\Task',
                    'completed_at_8' => 'App\\Entity\\Task',
                    'completion_notes_9' => 'App\\Entity\\Task',
                    'satisfaction_rating_10' => 'App\\Entity\\Task',
                    'is_recurring_11' => 'App\\Entity\\Task',
                    'recurrence_type_12' => 'App\\Entity\\Task',
                    'recurrence_interval_13' => 'App\\Entity\\Task',
                    'recurrence_end_date_14' => 'App\\Entity\\Task',
                    'estimated_time_15' => 'App\\Entity\\Task',
                    'notes_16' => 'App\\Entity\\Task',
                    'assignee_name_17' => 'App\\Entity\\Task',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
