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 2c41698 commit 8f8d228Copy full SHA for 8f8d228
app/code/Magento/Quote/Model/Cart/AddProductsToCart.php
@@ -19,6 +19,8 @@
19
/**
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