Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6f662e

Browse files
committed
minor#17456 [Mailer] Fix minor syntax issue (javiereguiluz)
This PR was merged into the 4.4 branch.Discussion----------[Mailer] Fix minor syntax issueCommits-------47a8c03 [Mailer] Fix minor syntax issue
2 parents5ca91b6 +47a8c03 commitc6f662e

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)

[8]ページ先頭

©2009-2025 Movatter.jp