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 97632b3 commit 338d568Copy full SHA for 338d568
app/code/Magento/Customer/Model/AccountManagement.php
@@ -371,6 +371,7 @@ class AccountManagement implements AccountManagementInterface
371
* @param SearchCriteriaBuilder|null $searchCriteriaBuilder
372
* @param AddressRegistry|null $addressRegistry
373
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
374
+ * @SuppressWarnings(PHPMD.NPathComplexity)
375
*/
376
public function __construct(
377
CustomerFactory $customerFactory,
0 commit comments