Skip to content

Commit 338d568

Browse files
committed
ENGCOM-3056: Static tests fixed.
1 parent 97632b3 commit 338d568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ class AccountManagement implements AccountManagementInterface
371371
* @param SearchCriteriaBuilder|null $searchCriteriaBuilder
372372
* @param AddressRegistry|null $addressRegistry
373373
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
374+
* @SuppressWarnings(PHPMD.NPathComplexity)
374375
*/
375376
public function __construct(
376377
CustomerFactory $customerFactory,

0 commit comments

Comments
 (0)