Skip to content

Commit 6975d13

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update symfony_server.rst
2 parents c550130 + 7fe3636 commit 6975d13

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)