Skip to content

Commit aca2670

Browse files
committed
MAGETWO-98832: Multistore Allowed Countries List Problem
1 parent d69e3ea commit aca2670

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
@@ -380,6 +380,7 @@ class AccountManagement implements AccountManagementInterface
380380
* @param AllowedCountries|null $allowedCountriesReader
381381
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
382382
* @SuppressWarnings(PHPMD.NPathComplexity)
383+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
383384
*/
384385
public function __construct(
385386
CustomerFactory $customerFactory,

0 commit comments

Comments
 (0)