Skip to content

Commit eaca96c

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Mailer] Fix minor syntax issue
2 parents a5a7562 + c6f662e commit eaca96c

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
@@ -450,8 +450,9 @@ header, etc.) but most of the times you'll set text headers::
450450

451451
// use an array if you want to add a header with multiple values
452452
// (for example in the "References" or "In-Reply-To" header)
453-
->addIdHeader('References', ['[email protected]', '[email protected]']);
454-
// ...
453+
->addIdHeader('References', ['[email protected]', '[email protected]'])
454+
455+
// ...
455456
;
456457

457458
.. tip::

0 commit comments

Comments
 (0)