Skip to content

Commit 47a8c03

Browse files
committed
[Mailer] Fix minor syntax issue
1 parent 5ca91b6 commit 47a8c03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mailer.rst

Lines changed: 3 additions & 2 deletions
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)