diff --git a/setup/symfony_cli.rst b/setup/symfony_cli.rst index 7b20c871558..2cc0934fe0c 100644 --- a/setup/symfony_cli.rst +++ b/setup/symfony_cli.rst @@ -580,8 +580,9 @@ The ``.symfony.local.yaml`` file provides advanced configuration options: p12: path/to/custom-cert.p12 # toggle GZIP compression use_gzip: true - # run the server in the background - daemon: true + + # run the server in the background + daemon: true .. warning::