Skip to content

Commit 3d70958

Browse files
committed
Fix static test
1 parent c5ada00 commit 3d70958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Newsletter/Controller/Subscriber/NewAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class NewAction extends SubscriberController implements HttpPostActionInterface
7474
* @param EmailValidator|null $emailValidator
7575
* @param CustomerRepositoryInterface|null $customerRepository
7676
* @param NewsletterConfig|null $newsletterConfig
77+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
7778
*/
7879
public function __construct(
7980
Context $context,

0 commit comments

Comments
 (0)