Skip to content

Commit 2dd492c

Browse files
committed
Merge branch '5.0'
* 5.0: Update symfony_server.rst
2 parents 2a58ea2 + 6975d13 commit 2dd492c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/symfony_server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ root directory:
110110
$ cd my-project/
111111
112112
# use a specific PHP version
113-
$ echo "7.2" > .php-version
113+
$ echo 7.2 > .php-version
114114
115115
# use any PHP 7.x version available
116-
$ echo "7" > .php-version
116+
$ echo 7 > .php-version
117117
118118
.. tip::
119119

0 commit comments

Comments
 (0)