Skip to content

Commit

Permalink
ENGCOM-3056: Static tests fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Dec 10, 2018
1 parent 97632b3 commit 338d568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Customer/Model/AccountManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ class AccountManagement implements AccountManagementInterface
* @param SearchCriteriaBuilder|null $searchCriteriaBuilder
* @param AddressRegistry|null $addressRegistry
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
* @SuppressWarnings(PHPMD.NPathComplexity)
*/
public function __construct(
CustomerFactory $customerFactory,
Expand Down

0 comments on commit 338d568

Please sign in to comment.