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
216
216
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217
217
218
218
By 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:
220
221
221
222
.. code-block :: bash
222
223
@@ -229,8 +230,8 @@ debug mode enabled. Use ``--env`` and ``-no-debug`` options to modify this behav
229
230
# 'test' environment and debug disabled
230
231
$ php app/console command_name --env=test --no-debug
231
232
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
234
235
checks the existence and value of these environment variables before executing
235
236
any command:
236
237
You can’t perform that action at this time.
0 commit comments