We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69e3ea commit aca2670Copy full SHA for aca2670
app/code/Magento/Customer/Model/AccountManagement.php
@@ -380,6 +380,7 @@ class AccountManagement implements AccountManagementInterface
380
* @param AllowedCountries|null $allowedCountriesReader
381
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
382
* @SuppressWarnings(PHPMD.NPathComplexity)
383
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
384
*/
385
public function __construct(
386
CustomerFactory $customerFactory,
0 commit comments