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 d46177a commit e082d0aCopy full SHA for e082d0a
app/code/Magento/Quote/Plugin/UpdateCartId.php
@@ -69,6 +69,7 @@ public function beforeSave(
69
* @param CartItemInterface $cartItem
70
* @return void
71
* @throws LocalizedException
72
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
73
*/
74
private function validateProductWebsiteAssignment(CartItemInterface $cartItem): void
75
{
0 commit comments