Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class ShopUserWishlistResolver implements ShopUserWishlistResolverInterface |
||
13 | { |
||
14 | private WishlistRepositoryInterface $wishlistRepository; |
||
15 | |||
16 | private WishlistFactoryInterface $wishlistFactory; |
||
17 | |||
18 | public function __construct( |
||
24 | } |
||
25 | |||
26 | public function resolve(ShopUserInterface $user): WishlistInterface |
||
31 |