<?php //bcf661b8ee8032219bdc0fbd098c988e

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' => [
                [
                    'ids' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT a0_.id AS id_0, a0_.question AS question_1, a0_.sort_order AS sort_order_2, a0_.is_active AS is_active_3, a1_.id AS id_4, a1_.title AS title_5, a1_.status AS status_6, a1_.updated_at AS updated_at_7, a1_.publish_at AS publish_at_8, a1_.expires_at AS expires_at_9, c2_.id AS id_10, c2_.name AS name_11, c2_.image AS image_12, c2_.hidden AS hidden_13, a0_.assessment_id AS assessment_id_14, a1_.created_by_id AS created_by_id_15, a1_.category_id AS category_id_16 FROM assessment_question a0_ INNER JOIN assessment a1_ ON a0_.assessment_id = a1_.id INNER JOIN category c2_ ON a1_.category_id = c2_.id WHERE a0_.id IN (?)',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'q' => 'App\\Entity\\AssessmentQuestion',
                    'a' => 'App\\Entity\\Assessment',
                    'c' => 'App\\Entity\\Category',
                ],
            ],
            'relationMap' => [
                2 => [
                    'a' => 'assessment',
                    'c' => 'category',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'a' => 'q',
                    'c' => 'a',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'question_1' => 'question',
                    'sort_order_2' => 'sortOrder',
                    'is_active_3' => 'isActive',
                    'id_4' => 'id',
                    'title_5' => 'title',
                    'status_6' => 'status',
                    'updated_at_7' => 'updatedAt',
                    'publish_at_8' => 'publishAt',
                    'expires_at_9' => 'expiresAt',
                    'id_10' => 'id',
                    'name_11' => 'name',
                    'image_12' => 'image',
                    'hidden_13' => 'hidden',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\AssessmentQuestion' => [
                        'q' => [
                            'id' => 'id_0',
                            'question' => 'question_1',
                            'sortOrder' => 'sort_order_2',
                            'isActive' => 'is_active_3',
                        ],
                    ],
                    'App\\Entity\\Assessment' => [
                        'a' => [
                            'id' => 'id_4',
                            'title' => 'title_5',
                            'status' => 'status_6',
                            'updatedAt' => 'updated_at_7',
                            'publishAt' => 'publish_at_8',
                            'expiresAt' => 'expires_at_9',
                        ],
                    ],
                    'App\\Entity\\Category' => [
                        'c' => [
                            'id' => 'id_10',
                            'name' => 'name_11',
                            'image' => 'image_12',
                            'hidden' => 'hidden_13',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'assessment_id_14' => 'integer',
                    'created_by_id_15' => 'integer',
                    'category_id_16' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'q' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'assessment_id_14' => 'assessment_id',
                    'created_by_id_15' => 'created_by_id',
                    'category_id_16' => 'category_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'q',
                    'question_1' => 'q',
                    'sort_order_2' => 'q',
                    'is_active_3' => 'q',
                    'id_4' => 'a',
                    'title_5' => 'a',
                    'status_6' => 'a',
                    'updated_at_7' => 'a',
                    'publish_at_8' => 'a',
                    'expires_at_9' => 'a',
                    'id_10' => 'c',
                    'name_11' => 'c',
                    'image_12' => 'c',
                    'hidden_13' => 'c',
                    'assessment_id_14' => 'q',
                    'created_by_id_15' => 'a',
                    'category_id_16' => 'a',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\AssessmentQuestion',
                    'question_1' => 'App\\Entity\\AssessmentQuestion',
                    'sort_order_2' => 'App\\Entity\\AssessmentQuestion',
                    'is_active_3' => 'App\\Entity\\AssessmentQuestion',
                    'id_4' => 'App\\Entity\\Assessment',
                    'title_5' => 'App\\Entity\\Assessment',
                    'status_6' => 'App\\Entity\\Assessment',
                    'updated_at_7' => 'App\\Entity\\Assessment',
                    'publish_at_8' => 'App\\Entity\\Assessment',
                    'expires_at_9' => 'App\\Entity\\Assessment',
                    'id_10' => 'App\\Entity\\Category',
                    'name_11' => 'App\\Entity\\Category',
                    'image_12' => 'App\\Entity\\Category',
                    'hidden_13' => 'App\\Entity\\Category',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
