8000 minor #13570 Update symfony_server.rst (seb-jean) · symfony/symfony-docs@e58e188 · GitHub
[go: up one dir, main page]

Skip to content

Commit e58e188

Browse files
committed
minor #13570 Update symfony_server.rst (seb-jean)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead. Discussion ---------- 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- c7c8b44 Update symfony_server.rst
2 parents e562abf + c7c8b44 commit e58e188

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)
0