File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,8 @@ Selecting the Environment for Console Commands
216216~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217217
218218By default, Symfony commands are executed in the ``dev `` environment and with the
219- debug mode enabled. Use ``--env `` and ``-no-debug `` options to modify this behavior:
219+ debug mode enabled. Use the ``--env `` and ``-no-debug `` options to modify this
220+ behavior:
220221
221222.. code-block :: bash
222223
@@ -229,8 +230,8 @@ debug mode enabled. Use ``--env`` and ``-no-debug`` options to modify this behav
229230 # 'test' environment and debug disabled
230231 $ php app/console command_name --env=test --no-debug
231232
232- In addition to ``--env `` and ``--debug `` options, Symfony commands behavior can
233- also be controlled with environment variables. The Symfony console application
233+ In addition to the ``--env `` and ``--debug `` options, Symfony commands behavior
234+ can also be controlled with environment variables. The Symfony console application
234235checks the existence and value of these environment variables before executing
235236any command:
236237
You can’t perform that action at this time.
0 commit comments