We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ea82d commit 7667122Copy full SHA for 7667122
app/code/Magento/Quote/Model/Cart/AddProductsToCart.php
@@ -7,7 +7,6 @@
7
8
namespace Magento\Quote\Model\Cart;
9
10
-use Magento\Catalog\Api\Data\ProductInterface;
11
use Magento\Framework\Exception\NoSuchEntityException;
12
use Magento\Quote\Api\CartRepositoryInterface;
13
use Magento\Quote\Model\Cart\BuyRequest\BuyRequestBuilder;
@@ -19,8 +18,6 @@
19
18
/**
20
* Unified approach to add products to the Shopping Cart.
21
* Client code must validate, that customer is eligible to call service with provided {cartId} and {cartItems}
22
- *
23
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
*/
25
class AddProductsToCart
26
{
0 commit comments