| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class WishlistFactory implements WishlistFactoryInterface |
||
| 18 | { |
||
| 19 | private FactoryInterface $wishlistFactory; |
||
| 20 | |||
| 21 | public function __construct(FactoryInterface $wishlistFactory) |
||
| 24 | } |
||
| 25 | |||
| 26 | public function createNew(): WishlistInterface |
||
| 32 | } |
||
| 33 | |||
| 34 | public function createForUser(ShopUserInterface $shopUser): WishlistInterface |
||
| 43 |