Skip to content

Commit 7fe3636

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Update symfony_server.rst
2 parents 006ea45 + e58e188 commit 7fe3636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/symfony_server.rst

+2-2
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)