Skip to content

Commit 01a7d6f

Browse files
committed
minor #16155 [Mailer] Remove duplicate semicolon (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Remove duplicate semicolon <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- b54dcb9 [Mailer] Remove duplicate semicolon
2 parents b296f74 + b54dcb9 commit 01a7d6f

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)