<?php //8ac9b15ce9975a50f241a1715b13851b

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],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.description AS description_2, w0_.max_price AS max_price_3, w0_.where_to_buy AS where_to_buy_4, w0_.link AS link_5, w0_.status AS status_6, w0_.created_at AS created_at_7, w0_.updated_at AS updated_at_8, t1_.id AS id_9, t1_.name AS name_10, t1_.color AS color_11, u2_.id AS id_12, u2_.email AS email_13, u2_.username AS username_14, u2_.display_name AS display_name_15, u2_.password AS password_16, u2_.roles AS roles_17, w0_.added_by_id AS added_by_id_18 FROM wishlist_items w0_ LEFT JOIN wishlist_item_tag w3_ ON w0_.id = w3_.wishlist_item_id LEFT JOIN tags t1_ ON t1_.id = w3_.tag_id LEFT JOIN users u2_ ON w0_.added_by_id = u2_.id ORDER BY w0_.created_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'w' => 'App\\Wishlist\\Entity\\WishlistItem',
                    't' => 'App\\Wishlist\\Entity\\Tag',
                    'u' => 'App\\User\\Entity\\User',
                ],
            ],
            'relationMap' => [
                2 => [
                    't' => 'tags',
                    'u' => 'addedBy',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    't' => 'w',
                    'u' => 'w',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'name_1' => 'name',
                    'description_2' => 'description',
                    'max_price_3' => 'maxPrice',
                    'where_to_buy_4' => 'whereToBuy',
                    'link_5' => 'link',
                    'status_6' => 'status',
                    'created_at_7' => 'createdAt',
                    'updated_at_8' => 'updatedAt',
                    'id_9' => 'id',
                    'name_10' => 'name',
                    'color_11' => 'color',
                    'id_12' => 'id',
                    'email_13' => 'email',
                    'username_14' => 'username',
                    'display_name_15' => 'displayName',
                    'password_16' => 'password',
                    'roles_17' => 'roles',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Wishlist\\Entity\\WishlistItem' => [
                        'w' => [
                            'id' => 'id_0',
                            'name' => 'name_1',
                            'description' => 'description_2',
                            'maxPrice' => 'max_price_3',
                            'whereToBuy' => 'where_to_buy_4',
                            'link' => 'link_5',
                            'status' => 'status_6',
                            'createdAt' => 'created_at_7',
                            'updatedAt' => 'updated_at_8',
                        ],
                    ],
                    'App\\Wishlist\\Entity\\Tag' => [
                        't' => [
                            'id' => 'id_9',
                            'name' => 'name_10',
                            'color' => 'color_11',
                        ],
                    ],
                    'App\\User\\Entity\\User' => [
                        'u' => [
                            'id' => 'id_12',
                            'email' => 'email_13',
                            'username' => 'username_14',
                            'displayName' => 'display_name_15',
                            'password' => 'password_16',
                            'roles' => 'roles_17',
                        ],
                    ],
                ],
            ],
            'enumMappings' => [
                2 => [
                    'status_6' => 'App\\Wishlist\\Entity\\WishlistStatus',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'added_by_id_18' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'w' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'added_by_id_18' => 'added_by_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'w',
                    'name_1' => 'w',
                    'description_2' => 'w',
                    'max_price_3' => 'w',
                    'where_to_buy_4' => 'w',
                    'link_5' => 'w',
                    'status_6' => 'w',
                    'created_at_7' => 'w',
                    'updated_at_8' => 'w',
                    'id_9' => 't',
                    'name_10' => 't',
                    'color_11' => 't',
                    'id_12' => 'u',
                    'email_13' => 'u',
                    'username_14' => 'u',
                    'display_name_15' => 'u',
                    'password_16' => 'u',
                    'roles_17' => 'u',
                    'added_by_id_18' => 'w',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'name_1' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'description_2' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'max_price_3' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'where_to_buy_4' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'link_5' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'status_6' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'created_at_7' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'updated_at_8' => 'App\\Wishlist\\Entity\\WishlistItem',
                    'id_9' => 'App\\Wishlist\\Entity\\Tag',
                    'name_10' => 'App\\Wishlist\\Entity\\Tag',
                    'color_11' => 'App\\Wishlist\\Entity\\Tag',
                    'id_12' => 'App\\User\\Entity\\User',
                    'email_13' => 'App\\User\\Entity\\User',
                    'username_14' => 'App\\User\\Entity\\User',
                    'display_name_15' => 'App\\User\\Entity\\User',
                    'password_16' => 'App\\User\\Entity\\User',
                    'roles_17' => 'App\\User\\Entity\\User',
                ],
            ],
        ],
    ],
    $o[0],
    []
); } }];
