Skip to content

Commit b7c25f3

Browse files
author
Valeriy Nayda
committed
GraphQL-43: [Query] My Account > My Wish List
-- Fix static tests
1 parent db851ff commit b7c25f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/WishlistGraphQl/Model/Resolver/WishlistItemsResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ public function resolve(
7777
}
7878

7979
/**
80+
* Get wishlist items
81+
*
8082
* @param Wishlist $wishlist
8183
* @return Item[]
8284
*/

app/code/Magento/WishlistGraphQl/registration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
use Magento\Framework\Component\ComponentRegistrar;
89

0 commit comments

Comments
 (0)