Skip to content

Commit e082d0a

Browse files
committed
AC-15054: Fix static test case
1 parent d46177a commit e082d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Plugin/UpdateCartId.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function beforeSave(
6969
* @param CartItemInterface $cartItem
7070
* @return void
7171
* @throws LocalizedException
72+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
7273
*/
7374
private function validateProductWebsiteAssignment(CartItemInterface $cartItem): void
7475
{

0 commit comments

Comments
 (0)