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 c5ada00 commit 3d70958Copy full SHA for 3d70958
app/code/Magento/Newsletter/Controller/Subscriber/NewAction.php
@@ -74,6 +74,7 @@ class NewAction extends SubscriberController implements HttpPostActionInterface
74
* @param EmailValidator|null $emailValidator
75
* @param CustomerRepositoryInterface|null $customerRepository
76
* @param NewsletterConfig|null $newsletterConfig
77
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
78
*/
79
public function __construct(
80
Context $context,
0 commit comments