Skip to content

Commit 3a298f6

Browse files
author
Roman Lytvynenko
committed
MC-21481: TransportBuilder doesn't add "to" email-addresses, if given in array
1 parent 44fc4c0 commit 3a298f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/framework/Magento/TestFramework/Mail/TransportInterfaceMock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function __construct($message = '')
3030
*/
3131
public function sendMessage()
3232
{
33+
//phpcs:ignore Squiz.PHP.NonExecutableCode.ReturnNotRequired
3334
return;
3435
}
3536

0 commit comments

Comments
 (0)