<?php //2b223ba3a75e4497792a4e442b599b3a

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' => [
                [
                    'user' => [
                        0,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT r0_.id AS id_0, r0_.score AS score_1, r0_.read_at AS read_at_2, r0_.public_id AS public_id_3, r0_.created_at AS created_at_4, r0_.updated_at AS updated_at_5, w1_.id AS id_6, w1_.bnf_ark AS bnf_ark_7, w1_.wikidata_qid AS wikidata_qid_8, w1_.open_library_work_id AS open_library_work_id_9, w1_.canonical_key AS canonical_key_10, w1_.title AS title_11, w1_.original_title AS original_title_12, w1_.description AS description_13, w1_.first_published_year AS first_published_year_14, w1_.year_source AS year_source_15, w1_.original_language AS original_language_16, w1_.default_cover_url AS default_cover_url_17, w1_.local_cover_path AS local_cover_path_18, w1_.ratings_count AS ratings_count_19, w1_.ratings_avg AS ratings_avg_20, w1_.last_synced_at AS last_synced_at_21, w1_.awards AS awards_22, w1_.adaptations AS adaptations_23, w1_.facets AS facets_24, w1_.public_id AS public_id_25, w1_.created_at AS created_at_26, w1_.updated_at AS updated_at_27, a2_.id AS id_28, a2_.open_library_id AS open_library_id_29, a2_.bnf_ark_author AS bnf_ark_author_30, a2_.wikidata_qid AS wikidata_qid_31, a2_.name AS name_32, a2_.slug AS slug_33, a2_.match_key AS match_key_34, a2_.bio AS bio_35, a2_.birth_year AS birth_year_36, a2_.death_year AS death_year_37, a2_.photo_url AS photo_url_38, a2_.local_photo_path AS local_photo_path_39, a2_.awards AS awards_40, a2_.public_id AS public_id_41, a2_.created_at AS created_at_42, a2_.updated_at AS updated_at_43, g3_.id AS id_44, g3_.name AS name_45, g3_.slug AS slug_46, g3_.description AS description_47, g3_.public_id AS public_id_48, g3_.created_at AS created_at_49, g3_.updated_at AS updated_at_50, r0_.user_id AS user_id_51, r0_.work_id AS work_id_52, r0_.edition_id AS edition_id_53, w1_.canonical_edition_id AS canonical_edition_id_54 FROM ratings r0_ INNER JOIN works w1_ ON r0_.work_id = w1_.id LEFT JOIN work_authors w4_ ON w1_.id = w4_.work_id LEFT JOIN authors a2_ ON a2_.id = w4_.author_id LEFT JOIN work_genres w5_ ON w1_.id = w5_.work_id LEFT JOIN genres g3_ ON g3_.id = w5_.genre_id WHERE r0_.user_id = ?',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'r' => 'App\\Entity\\Rating',
                    'w' => 'App\\Entity\\Work',
                    'a' => 'App\\Entity\\Author',
                    'g' => 'App\\Entity\\Genre',
                ],
            ],
            'relationMap' => [
                2 => [
                    'w' => 'work',
                    'a' => 'authors',
                    'g' => 'genres',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'w' => 'r',
                    'a' => 'w',
                    'g' => 'w',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'score_1' => 'score',
                    'read_at_2' => 'readAt',
                    'public_id_3' => 'publicId',
                    'created_at_4' => 'createdAt',
                    'updated_at_5' => 'updatedAt',
                    'id_6' => 'id',
                    'bnf_ark_7' => 'bnfArk',
                    'wikidata_qid_8' => 'wikidataQid',
                    'open_library_work_id_9' => 'openLibraryWorkId',
                    'canonical_key_10' => 'canonicalKey',
                    'title_11' => 'title',
                    'original_title_12' => 'originalTitle',
                    'description_13' => 'description',
                    'first_published_year_14' => 'firstPublishedYear',
                    'year_source_15' => 'yearSource',
                    'original_language_16' => 'originalLanguage',
                    'default_cover_url_17' => 'defaultCoverUrl',
                    'local_cover_path_18' => 'localCoverPath',
                    'ratings_count_19' => 'ratingsCount',
                    'ratings_avg_20' => 'ratingsAvg',
                    'last_synced_at_21' => 'lastSyncedAt',
                    'awards_22' => 'awards',
                    'adaptations_23' => 'adaptations',
                    'facets_24' => 'facets',
                    'public_id_25' => 'publicId',
                    'created_at_26' => 'createdAt',
                    'updated_at_27' => 'updatedAt',
                    'id_28' => 'id',
                    'open_library_id_29' => 'openLibraryId',
                    'bnf_ark_author_30' => 'bnfArkAuthor',
                    'wikidata_qid_31' => 'wikidataQid',
                    'name_32' => 'name',
                    'slug_33' => 'slug',
                    'match_key_34' => 'matchKey',
                    'bio_35' => 'bio',
                    'birth_year_36' => 'birthYear',
                    'death_year_37' => 'deathYear',
                    'photo_url_38' => 'photoUrl',
                    'local_photo_path_39' => 'localPhotoPath',
                    'awards_40' => 'awards',
                    'public_id_41' => 'publicId',
                    'created_at_42' => 'createdAt',
                    'updated_at_43' => 'updatedAt',
                    'id_44' => 'id',
                    'name_45' => 'name',
                    'slug_46' => 'slug',
                    'description_47' => 'description',
                    'public_id_48' => 'publicId',
                    'created_at_49' => 'createdAt',
                    'updated_at_50' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Rating' => [
                        'r' => [
                            'id' => 'id_0',
                            'score' => 'score_1',
                            'readAt' => 'read_at_2',
                            'publicId' => 'public_id_3',
                            'createdAt' => 'created_at_4',
                            'updatedAt' => 'updated_at_5',
                        ],
                    ],
                    'App\\Entity\\Work' => [
                        'w' => [
                            'id' => 'id_6',
                            'bnfArk' => 'bnf_ark_7',
                            'wikidataQid' => 'wikidata_qid_8',
                            'openLibraryWorkId' => 'open_library_work_id_9',
                            'canonicalKey' => 'canonical_key_10',
                            'title' => 'title_11',
                            'originalTitle' => 'original_title_12',
                            'description' => 'description_13',
                            'firstPublishedYear' => 'first_published_year_14',
                            'yearSource' => 'year_source_15',
                            'originalLanguage' => 'original_language_16',
                            'defaultCoverUrl' => 'default_cover_url_17',
                            'localCoverPath' => 'local_cover_path_18',
                            'ratingsCount' => 'ratings_count_19',
                            'ratingsAvg' => 'ratings_avg_20',
                            'lastSyncedAt' => 'last_synced_at_21',
                            'awards' => 'awards_22',
                            'adaptations' => 'adaptations_23',
                            'facets' => 'facets_24',
                            'publicId' => 'public_id_25',
                            'createdAt' => 'created_at_26',
                            'updatedAt' => 'updated_at_27',
                        ],
                    ],
                    'App\\Entity\\Author' => [
                        'a' => [
                            'id' => 'id_28',
                            'openLibraryId' => 'open_library_id_29',
                            'bnfArkAuthor' => 'bnf_ark_author_30',
                            'wikidataQid' => 'wikidata_qid_31',
                            'name' => 'name_32',
                            'slug' => 'slug_33',
                            'matchKey' => 'match_key_34',
                            'bio' => 'bio_35',
                            'birthYear' => 'birth_year_36',
                            'deathYear' => 'death_year_37',
                            'photoUrl' => 'photo_url_38',
                            'localPhotoPath' => 'local_photo_path_39',
                            'awards' => 'awards_40',
                            'publicId' => 'public_id_41',
                            'createdAt' => 'created_at_42',
                            'updatedAt' => 'updated_at_43',
                        ],
                    ],
                    'App\\Entity\\Genre' => [
                        'g' => [
                            'id' => 'id_44',
                            'name' => 'name_45',
                            'slug' => 'slug_46',
                            'description' => 'description_47',
                            'publicId' => 'public_id_48',
                            'createdAt' => 'created_at_49',
                            'updatedAt' => 'updated_at_50',
                        ],
                    ],
                ],
            ],
            'enumMappings' => [
                2 => [
                    'year_source_15' => 'App\\Entity\\Enum\\YearSource',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'user_id_51' => 'bigint',
                    'work_id_52' => 'bigint',
                    'edition_id_53' => 'bigint',
                    'canonical_edition_id_54' => 'bigint',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'r' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'user_id_51' => 'user_id',
                    'work_id_52' => 'work_id',
                    'edition_id_53' => 'edition_id',
                    'canonical_edition_id_54' => 'canonical_edition_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'r',
                    'score_1' => 'r',
                    'read_at_2' => 'r',
                    'public_id_3' => 'r',
                    'created_at_4' => 'r',
                    'updated_at_5' => 'r',
                    'id_6' => 'w',
                    'bnf_ark_7' => 'w',
                    'wikidata_qid_8' => 'w',
                    'open_library_work_id_9' => 'w',
                    'canonical_key_10' => 'w',
                    'title_11' => 'w',
                    'original_title_12' => 'w',
                    'description_13' => 'w',
                    'first_published_year_14' => 'w',
                    'year_source_15' => 'w',
                    'original_language_16' => 'w',
                    'default_cover_url_17' => 'w',
                    'local_cover_path_18' => 'w',
                    'ratings_count_19' => 'w',
                    'ratings_avg_20' => 'w',
                    'last_synced_at_21' => 'w',
                    'awards_22' => 'w',
                    'adaptations_23' => 'w',
                    'facets_24' => 'w',
                    'public_id_25' => 'w',
                    'created_at_26' => 'w',
                    'updated_at_27' => 'w',
                    'id_28' => 'a',
                    'open_library_id_29' => 'a',
                    'bnf_ark_author_30' => 'a',
                    'wikidata_qid_31' => 'a',
                    'name_32' => 'a',
                    'slug_33' => 'a',
                    'match_key_34' => 'a',
                    'bio_35' => 'a',
                    'birth_year_36' => 'a',
                    'death_year_37' => 'a',
                    'photo_url_38' => 'a',
                    'local_photo_path_39' => 'a',
                    'awards_40' => 'a',
                    'public_id_41' => 'a',
                    'created_at_42' => 'a',
                    'updated_at_43' => 'a',
                    'id_44' => 'g',
                    'name_45' => 'g',
                    'slug_46' => 'g',
                    'description_47' => 'g',
                    'public_id_48' => 'g',
                    'created_at_49' => 'g',
                    'updated_at_50' => 'g',
                    'user_id_51' => 'r',
                    'work_id_52' => 'r',
                    'edition_id_53' => 'r',
                    'canonical_edition_id_54' => 'w',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Rating',
                    'score_1' => 'App\\Entity\\Rating',
                    'read_at_2' => 'App\\Entity\\Rating',
                    'public_id_3' => 'App\\Entity\\Rating',
                    'created_at_4' => 'App\\Entity\\Rating',
                    'updated_at_5' => 'App\\Entity\\Rating',
                    'id_6' => 'App\\Entity\\Work',
                    'bnf_ark_7' => 'App\\Entity\\Work',
                    'wikidata_qid_8' => 'App\\Entity\\Work',
                    'open_library_work_id_9' => 'App\\Entity\\Work',
                    'canonical_key_10' => 'App\\Entity\\Work',
                    'title_11' => 'App\\Entity\\Work',
                    'original_title_12' => 'App\\Entity\\Work',
                    'description_13' => 'App\\Entity\\Work',
                    'first_published_year_14' => 'App\\Entity\\Work',
                    'year_source_15' => 'App\\Entity\\Work',
                    'original_language_16' => 'App\\Entity\\Work',
                    'default_cover_url_17' => 'App\\Entity\\Work',
                    'local_cover_path_18' => 'App\\Entity\\Work',
                    'ratings_count_19' => 'App\\Entity\\Work',
                    'ratings_avg_20' => 'App\\Entity\\Work',
                    'last_synced_at_21' => 'App\\Entity\\Work',
                    'awards_22' => 'App\\Entity\\Work',
                    'adaptations_23' => 'App\\Entity\\Work',
                    'facets_24' => 'App\\Entity\\Work',
                    'public_id_25' => 'App\\Entity\\Work',
                    'created_at_26' => 'App\\Entity\\Work',
                    'updated_at_27' => 'App\\Entity\\Work',
                    'id_28' => 'App\\Entity\\Author',
                    'open_library_id_29' => 'App\\Entity\\Author',
                    'bnf_ark_author_30' => 'App\\Entity\\Author',
                    'wikidata_qid_31' => 'App\\Entity\\Author',
                    'name_32' => 'App\\Entity\\Author',
                    'slug_33' => 'App\\Entity\\Author',
                    'match_key_34' => 'App\\Entity\\Author',
                    'bio_35' => 'App\\Entity\\Author',
                    'birth_year_36' => 'App\\Entity\\Author',
                    'death_year_37' => 'App\\Entity\\Author',
                    'photo_url_38' => 'App\\Entity\\Author',
                    'local_photo_path_39' => 'App\\Entity\\Author',
                    'awards_40' => 'App\\Entity\\Author',
                    'public_id_41' => 'App\\Entity\\Author',
                    'created_at_42' => 'App\\Entity\\Author',
                    'updated_at_43' => 'App\\Entity\\Author',
                    'id_44' => 'App\\Entity\\Genre',
                    'name_45' => 'App\\Entity\\Genre',
                    'slug_46' => 'App\\Entity\\Genre',
                    'description_47' => 'App\\Entity\\Genre',
                    'public_id_48' => 'App\\Entity\\Genre',
                    'created_at_49' => 'App\\Entity\\Genre',
                    'updated_at_50' => 'App\\Entity\\Genre',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
