Skip to content

Commit 3db1f23

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-39372: Build stabilization
- Static
1 parent ca50272 commit 3db1f23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Captcha/Model/Customer/Plugin/AjaxLogin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function __construct(
5555
* @return $this
5656
* @throws \Magento\Framework\Exception\NoSuchEntityException
5757
* @throws \Zend_Json_Exception
58+
* @SuppressWarnings(PHPMD.NPathComplexity)
5859
*/
5960
public function aroundExecute(
6061
\Magento\Customer\Controller\Ajax\Login $subject,

app/code/Magento/Checkout/Model/ShippingInformationManagement.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Psr\Log\LoggerInterface as Logger;
1212
use \Magento\Quote\Model\QuoteAddressValidator;
1313

14+
/**
15+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16+
*/
1417
class ShippingInformationManagement implements \Magento\Checkout\Api\ShippingInformationManagementInterface
1518
{
1619
/**
@@ -91,6 +94,8 @@ public function __construct(
9194

9295
/**
9396
* {@inheritDoc}
97+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
98+
* @SuppressWarnings(PHPMD.NPathComplexity)
9499
*/
95100
public function saveAddressInformation(
96101
$cartId,

0 commit comments

Comments
 (0)