File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -325,11 +325,6 @@ can override it for commands by setting the ``APP_ENV`` value before running the
325325 # Ignore the .env file and run this command in production
326326 $ APP_ENV=prod php bin/console command_name
327327
328- .. deprecated :: 4.2
329-
330- In previous Symfony versions you could configure the environment with the
331- ``--env `` command option, which was deprecated in Symfony 4.2.
332-
333328 Creating a New Environment
334329~~~~~~~~~~~~~~~~~~~~~~~~~~
335330
Original file line number Diff line number Diff line change @@ -156,11 +156,6 @@ before running them:
156156 # Ignore the .env file and enable the debug mode for this command
157157 $ APP_DEBUG=1 php bin/console command_name
158158
159- .. deprecated :: 4.2
160-
161- In previous Symfony versions you could configure the debug mode with the
162- ``--no-debug `` command option, which was deprecated in Symfony 4.2.
163-
164159 Internally, the value of the debug mode becomes the ``kernel.debug ``
165160parameter used inside the :doc: `service container </service_container >`.
166161If you look inside the application configuration file, you'll see the
You can’t perform that action at this time.
0 commit comments