| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class WishlistUpdater implements WishlistUpdaterInterface |
||
| 12 | { |
||
| 13 | private ObjectManager $wishlistManager; |
||
| 14 | |||
| 15 | public function __construct(ObjectManager $wishlistManager) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function updateWishlist(WishlistInterface $wishlist): void |
||
| 24 | } |
||
| 25 | |||
| 26 | public function addProductToWishlist(WishlistInterface $wishlist, WishlistProductInterface $product): WishlistInterface |
||
| 37 |