Skip to content

Commit 8335ea4

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Mailer] Remove duplicate semicolon Update symfony_server.rst
2 parents c78ecc9 + 0a9558a commit 8335ea4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ header, etc.) but most of the times you'll set text headers::
439439
->getHeaders()
440440
// this header tells auto-repliers ("email holiday mode") to not
441441
// reply to this message because it's an automated email
442-
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply');
442+
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
443443

444444
// ...
445445
;

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ root directory:
114114
$ cd my-project/
115115
116116
# use a specific PHP version
117-
$ echo 7.2 > .php-version
117+
$ echo 7.4 > .php-version
118118
119-
# use any PHP 7.x version available
120-
$ echo 7 > .php-version
119+
# use any PHP 8.x version available
120+
$ echo 8 > .php-version
121121
122122
.. tip::
123123

0 commit comments

Comments
 (0)