Skip to content

Commit 7d18ba8

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Mailer] Fix minor syntax issue
2 parents 07ba07c + eaca96c commit 7d18ba8

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

391391
// use an array if you want to add a header with multiple values
392392
// (for example in the "References" or "In-Reply-To" header)
393-
->addIdHeader('References', ['123@example.com', '456@example.com']);
394-
// ...
393+
->addIdHeader('References', ['123@example.com', '456@example.com'])
394+
395+
// ...
395396
;
396397

397398
.. tip::

0 commit comments

Comments
 (0)