Skip to content

Commit c7c8b44

Browse files
seb-jeanjaviereguiluz
authored andcommitted
Update symfony_server.rst
Remove quotes else there is a message : WARNING the current dir requires PHP "xxx" (.php-version from current dir: $PATH\.php-version), but this version is not available
1 parent e562abf commit c7c8b44

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)