Skip to content

Commit 83cd877

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Mailer] Fix minor syntax issue
2 parents a3b90b8 + a1356fc commit 83cd877

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

411411
// use an array if you want to add a header with multiple values
412412
// (for example in the "References" or "In-Reply-To" header)
413-
->addIdHeader('References', ['[email protected]', '[email protected]']);
414-
// ...
413+
->addIdHeader('References', ['[email protected]', '[email protected]'])
414+
415+
// ...
415416
;
416417

417418
.. tip::

0 commit comments

Comments
 (0)