<?php //07dc441cb73e3e0c33ba062d4bbfd059

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],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.color AS color_3, t0_.icon AS icon_4, t0_.sort_order AS sort_order_5, t0_.is_active AS is_active_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8, t1_.id AS id_9, t1_.name AS name_10, t1_.description AS description_11, t1_.color AS color_12, t1_.icon AS icon_13, t1_.sort_order AS sort_order_14, t1_.is_active AS is_active_15, t1_.created_at AS created_at_16, t1_.updated_at AS updated_at_17, t1_.category_id AS category_id_18 FROM task_categories t0_ LEFT JOIN task_sub_categories t1_ ON t0_.id = t1_.category_id WHERE t0_.is_active = 1 AND (t1_.is_active = 1 OR t1_.id IS NULL) ORDER BY t0_.sort_order ASC, t0_.name ASC, t1_.sort_order ASC, t1_.name ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'tc' => 'App\\Entity\\TaskCategory',
                    'sc' => 'App\\Entity\\TaskSubCategory',
                ],
            ],
            'relationMap' => [
                2 => [
                    'sc' => 'subCategories',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'sc' => 'tc',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'name_1' => 'name',
                    'description_2' => 'description',
                    'color_3' => 'color',
                    'icon_4' => 'icon',
                    'sort_order_5' => 'sortOrder',
                    'is_active_6' => 'isActive',
                    'created_at_7' => 'createdAt',
                    'updated_at_8' => 'updatedAt',
                    'id_9' => 'id',
                    'name_10' => 'name',
                    'description_11' => 'description',
                    'color_12' => 'color',
                    'icon_13' => 'icon',
                    'sort_order_14' => 'sortOrder',
                    'is_active_15' => 'isActive',
                    'created_at_16' => 'createdAt',
                    'updated_at_17' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\TaskCategory' => [
                        'tc' => [
                            'id' => 'id_0',
                            'name' => 'name_1',
                            'description' => 'description_2',
                            'color' => 'color_3',
                            'icon' => 'icon_4',
                            'sortOrder' => 'sort_order_5',
                            'isActive' => 'is_active_6',
                            'createdAt' => 'created_at_7',
                            'updatedAt' => 'updated_at_8',
                        ],
                    ],
                    'App\\Entity\\TaskSubCategory' => [
                        'sc' => [
                            'id' => 'id_9',
                            'name' => 'name_10',
                            'description' => 'description_11',
                            'color' => 'color_12',
                            'icon' => 'icon_13',
                            'sortOrder' => 'sort_order_14',
                            'isActive' => 'is_active_15',
                            'createdAt' => 'created_at_16',
                            'updatedAt' => 'updated_at_17',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'category_id_18' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'tc' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'category_id_18' => 'category_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'tc',
                    'name_1' => 'tc',
                    'description_2' => 'tc',
                    'color_3' => 'tc',
                    'icon_4' => 'tc',
                    'sort_order_5' => 'tc',
                    'is_active_6' => 'tc',
                    'created_at_7' => 'tc',
                    'updated_at_8' => 'tc',
                    'id_9' => 'sc',
                    'name_10' => 'sc',
                    'description_11' => 'sc',
                    'color_12' => 'sc',
                    'icon_13' => 'sc',
                    'sort_order_14' => 'sc',
                    'is_active_15' => 'sc',
                    'created_at_16' => 'sc',
                    'updated_at_17' => 'sc',
                    'category_id_18' => 'sc',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\TaskCategory',
                    'name_1' => 'App\\Entity\\TaskCategory',
                    'description_2' => 'App\\Entity\\TaskCategory',
                    'color_3' => 'App\\Entity\\TaskCategory',
                    'icon_4' => 'App\\Entity\\TaskCategory',
                    'sort_order_5' => 'App\\Entity\\TaskCategory',
                    'is_active_6' => 'App\\Entity\\TaskCategory',
                    'created_at_7' => 'App\\Entity\\TaskCategory',
                    'updated_at_8' => 'App\\Entity\\TaskCategory',
                    'id_9' => 'App\\Entity\\TaskSubCategory',
                    'name_10' => 'App\\Entity\\TaskSubCategory',
                    'description_11' => 'App\\Entity\\TaskSubCategory',
                    'color_12' => 'App\\Entity\\TaskSubCategory',
                    'icon_13' => 'App\\Entity\\TaskSubCategory',
                    'sort_order_14' => 'App\\Entity\\TaskSubCategory',
                    'is_active_15' => 'App\\Entity\\TaskSubCategory',
                    'created_at_16' => 'App\\Entity\\TaskSubCategory',
                    'updated_at_17' => 'App\\Entity\\TaskSubCategory',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
