Skip to content

Commit 7fd8c21

Browse files
authored
Update MailServiceTest.php
Fix comment Signed-off-by: APaikens <shamanis@gmail.com>
1 parent 94d6bce commit 7fd8c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Service/MailServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function testAttachFilesNoNestedMixedParts(): void
297297
}
298298

299299
/**
300-
* Regression: divi-mail 1.0.6 fixed an attachment leak where DataParts
300+
* Found an attachment leak where DataParts
301301
* embedded into Message::$body by attachFiles() survived a failed send
302302
* and were wrapped into the next email. The fix must live in dot-mail:
303303
* after send() (success OR failure) the underlying Message::$body must

0 commit comments

Comments
 (0)