Skip to content

Commit b54dcb9

Browse files
authored
[Mailer] Remove duplicate semicolon
1 parent bf1f6c5 commit b54dcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ header, etc.) but most of the times you'll set text headers::
324324
->getHeaders()
325325
// this header tells auto-repliers ("email holiday mode") to not
326326
// reply to this message because it's an automated email
327-
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply');
327+
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
328328

329329
// ...
330330
;

0 commit comments

Comments
 (0)