Skip to content

Commit 0d40b6c

Browse files
committed
MC-38337: [Magento Cloud] Repeat Email Reminders only go to a limited number of customers
1 parent ceb4474 commit 0d40b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Mail/EmailMessage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class EmailMessage extends Message implements EmailMessageInterface
5151
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
5252
* @SuppressWarnings(PHPMD.NPathComplexity)
5353
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
54+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
5455
*/
5556
public function __construct(
5657
MimeMessageInterface $body,

0 commit comments

Comments
 (0)