Skip to content

Commit 7e052b9

Browse files
committed
minor #21317 [Symfony CLI] Fix daemon deprecated under http (jmsche)
This PR was merged into the 6.4 branch. Discussion ---------- [Symfony CLI] Fix daemon deprecated under http Fixes a deprecation introduced in Symfony CLI 5.12. Commits ------- 4244dff [Symfony CLI] Fix daemon deprecated under http
2 parents ee0672a + 4244dff commit 7e052b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup/symfony_cli.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,9 @@ The ``.symfony.local.yaml`` file provides advanced configuration options:
580580
p12: path/to/custom-cert.p12
581581
# toggle GZIP compression
582582
use_gzip: true
583-
# run the server in the background
584-
daemon: true
583+
584+
# run the server in the background
585+
daemon: true
585586
586587
.. warning::
587588

0 commit comments

Comments
 (0)