<?php //d65f931288b29b264ffe97a4caded0c2

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' => [
                [
                    'review' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT r0_.id AS id_0, r0_.body AS body_1, r0_.public_id AS public_id_2, r0_.created_at AS created_at_3, r0_.updated_at AS updated_at_4, u1_.id AS id_5, u1_.email AS email_6, u1_.username AS username_7, u1_.password AS password_8, u1_.display_name AS display_name_9, u1_.bio AS bio_10, u1_.pinned_quote AS pinned_quote_11, u1_.avatar_path AS avatar_path_12, u1_.roles AS roles_13, u1_.email_verified_at AS email_verified_at_14, u1_.last_login_at AS last_login_at_15, u1_.is_active AS is_active_16, u1_.locale AS locale_17, u1_.deleted_at AS deleted_at_18, u1_.onboarded_at AS onboarded_at_19, u1_.public_id AS public_id_20, u1_.created_at AS created_at_21, u1_.updated_at AS updated_at_22, r0_.review_id AS review_id_23, r0_.author_id AS author_id_24 FROM review_comments r0_ INNER JOIN users u1_ ON r0_.author_id = u1_.id WHERE r0_.review_id = ? ORDER BY r0_.created_at ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'c' => 'App\\Entity\\ReviewComment',
                    'a' => 'App\\Entity\\User',
                ],
            ],
            'relationMap' => [
                2 => [
                    'a' => 'author',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'a' => 'c',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'body_1' => 'body',
                    'public_id_2' => 'publicId',
                    'created_at_3' => 'createdAt',
                    'updated_at_4' => 'updatedAt',
                    'id_5' => 'id',
                    'email_6' => 'email',
                    'username_7' => 'username',
                    'password_8' => 'password',
                    'display_name_9' => 'displayName',
                    'bio_10' => 'bio',
                    'pinned_quote_11' => 'pinnedQuote',
                    'avatar_path_12' => 'avatarPath',
                    'roles_13' => 'roles',
                    'email_verified_at_14' => 'emailVerifiedAt',
                    'last_login_at_15' => 'lastLoginAt',
                    'is_active_16' => 'isActive',
                    'locale_17' => 'locale',
                    'deleted_at_18' => 'deletedAt',
                    'onboarded_at_19' => 'onboardedAt',
                    'public_id_20' => 'publicId',
                    'created_at_21' => 'createdAt',
                    'updated_at_22' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\ReviewComment' => [
                        'c' => [
                            'id' => 'id_0',
                            'body' => 'body_1',
                            'publicId' => 'public_id_2',
                            'createdAt' => 'created_at_3',
                            'updatedAt' => 'updated_at_4',
                        ],
                    ],
                    'App\\Entity\\User' => [
                        'a' => [
                            'id' => 'id_5',
                            'email' => 'email_6',
                            'username' => 'username_7',
                            'password' => 'password_8',
                            'displayName' => 'display_name_9',
                            'bio' => 'bio_10',
                            'pinnedQuote' => 'pinned_quote_11',
                            'avatarPath' => 'avatar_path_12',
                            'roles' => 'roles_13',
                            'emailVerifiedAt' => 'email_verified_at_14',
                            'lastLoginAt' => 'last_login_at_15',
                            'isActive' => 'is_active_16',
                            'locale' => 'locale_17',
                            'deletedAt' => 'deleted_at_18',
                            'onboardedAt' => 'onboarded_at_19',
                            'publicId' => 'public_id_20',
                            'createdAt' => 'created_at_21',
                            'updatedAt' => 'updated_at_22',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'review_id_23' => 'bigint',
                    'author_id_24' => 'bigint',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'c' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'review_id_23' => 'review_id',
                    'author_id_24' => 'author_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'c',
                    'body_1' => 'c',
                    'public_id_2' => 'c',
                    'created_at_3' => 'c',
                    'updated_at_4' => 'c',
                    'id_5' => 'a',
                    'email_6' => 'a',
                    'username_7' => 'a',
                    'password_8' => 'a',
                    'display_name_9' => 'a',
                    'bio_10' => 'a',
                    'pinned_quote_11' => 'a',
                    'avatar_path_12' => 'a',
                    'roles_13' => 'a',
                    'email_verified_at_14' => 'a',
                    'last_login_at_15' => 'a',
                    'is_active_16' => 'a',
                    'locale_17' => 'a',
                    'deleted_at_18' => 'a',
                    'onboarded_at_19' => 'a',
                    'public_id_20' => 'a',
                    'created_at_21' => 'a',
                    'updated_at_22' => 'a',
                    'review_id_23' => 'c',
                    'author_id_24' => 'c',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\ReviewComment',
                    'body_1' => 'App\\Entity\\ReviewComment',
                    'public_id_2' => 'App\\Entity\\ReviewComment',
                    'created_at_3' => 'App\\Entity\\ReviewComment',
                    'updated_at_4' => 'App\\Entity\\ReviewComment',
                    'id_5' => 'App\\Entity\\User',
                    'email_6' => 'App\\Entity\\User',
                    'username_7' => 'App\\Entity\\User',
                    'password_8' => 'App\\Entity\\User',
                    'display_name_9' => 'App\\Entity\\User',
                    'bio_10' => 'App\\Entity\\User',
                    'pinned_quote_11' => 'App\\Entity\\User',
                    'avatar_path_12' => 'App\\Entity\\User',
                    'roles_13' => 'App\\Entity\\User',
                    'email_verified_at_14' => 'App\\Entity\\User',
                    'last_login_at_15' => 'App\\Entity\\User',
                    'is_active_16' => 'App\\Entity\\User',
                    'locale_17' => 'App\\Entity\\User',
                    'deleted_at_18' => 'App\\Entity\\User',
                    'onboarded_at_19' => 'App\\Entity\\User',
                    'public_id_20' => 'App\\Entity\\User',
                    'created_at_21' => 'App\\Entity\\User',
                    'updated_at_22' => 'App\\Entity\\User',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
