Skip to content

Commit 2a57136

Browse files
committed
minor #9137 Fixed wrong variable name (kevin-lot)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed wrong variable name Replaced by good environment variable name. Commits ------- 8b03c42 Fixed wrong variable name
2 parents 84fd734 + 8b03c42 commit 2a57136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ always run the application in the dev environment, independent of the
131131
argument to the ``Kernel`` constructor. This specifies if the application
132132
should run in "debug mode". Regardless of the environment, a Symfony
133133
application can be run with debug mode set to ``true`` or ``false``
134-
(respectively ``1`` or ``0`` for the ``APP_ENV`` variable defined in
134+
(respectively ``1`` or ``0`` for the ``APP_DEBUG`` variable defined in
135135
``.env``). This affects many things in the application, such as displaying
136136
stacktraces on error pages or if cache files are dynamically rebuilt on
137137
each request. Though not a requirement, debug mode is generally set to

0 commit comments

Comments
 (0)