File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Captcha/Model/Customer/Plugin Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public function __construct(
55
55
* @return $this
56
56
* @throws \Magento\Framework\Exception\NoSuchEntityException
57
57
* @throws \Zend_Json_Exception
58
+ * @SuppressWarnings(PHPMD.NPathComplexity)
58
59
*/
59
60
public function aroundExecute (
60
61
\Magento \Customer \Controller \Ajax \Login $ subject ,
Original file line number Diff line number Diff line change 11
11
use Psr \Log \LoggerInterface as Logger ;
12
12
use \Magento \Quote \Model \QuoteAddressValidator ;
13
13
14
+ /**
15
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16
+ */
14
17
class ShippingInformationManagement implements \Magento \Checkout \Api \ShippingInformationManagementInterface
15
18
{
16
19
/**
@@ -91,6 +94,8 @@ public function __construct(
91
94
92
95
/**
93
96
* {@inheritDoc}
97
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
98
+ * @SuppressWarnings(PHPMD.NPathComplexity)
94
99
*/
95
100
public function saveAddressInformation (
96
101
$ cartId ,
You can’t perform that action at this time.
0 commit comments