Skip to content

Commit a1356fc

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Mailer] Fix minor syntax issue
2 parents abbc215 + 7d18ba8 commit a1356fc

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', ['[email protected]', '[email protected]']);
394-
// ...
393+
->addIdHeader('References', ['[email protected]', '[email protected]'])
394+
395+
// ...
395396
;
396397

397398
.. tip::

0 commit comments

Comments
 (0)