Skip to content

Commit 3013c1e

Browse files
committed
MCP-537: [MCP-304] PR Delivery
1 parent 25664e4 commit 3013c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ protected function createCustomerCart($customerId, $storeId)
382382
/**
383383
* @inheritdoc
384384
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
385+
* @SuppressWarnings(PHPMD.NPathComplexity)
385386
*/
386387
public function placeOrder($cartId, PaymentInterface $paymentMethod = null)
387388
{

0 commit comments

Comments
 (0)