Skip to content

Commit c6f662e

Browse files
committed
minor symfony#17456 [Mailer] Fix minor syntax issue (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Fix minor syntax issue Commits ------- 47a8c03 [Mailer] Fix minor syntax issue
2 parents 5ca91b6 + 47a8c03 commit c6f662e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mailer.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,9 @@ header, etc.) but most of the times you'll set text headers::
328328

329329
// use an array if you want to add a header with multiple values
330330
// (for example in the "References" or "In-Reply-To" header)
331-
->addIdHeader('References', ['123@example.com', '456@example.com']);
332-
// ...
331+
->addIdHeader('References', ['123@example.com', '456@example.com'])
332+
333+
// ...
333334
;
334335

335336
Message Contents

0 commit comments

Comments
 (0)