Skip to content

Commit c66199c

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

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
@@ -48,6 +48,7 @@ class EmailMessage extends Message implements EmailMessageInterface
4848
* @param string|null $subject
4949
* @param string|null $encoding
5050
* @param LoggerInterface|null $logger
51+
* @throws InvalidArgumentException
5152
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
5253
* @SuppressWarnings(PHPMD.NPathComplexity)
5354
* @SuppressWarnings(PHPMD.CyclomaticComplexity)

0 commit comments

Comments
 (0)