Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2174905 commit dba6819Copy full SHA for dba6819
reference/configuration/framework.rst
@@ -196,6 +196,11 @@ The **default value** is:
196
* ``false``, if you've created a new Symfony application or updated the Symfony
197
Flex recipes. This is also the default value starting from Symfony 7.0.
198
199
+.. deprecated:: 6.1
200
+
201
+ Not setting a value explicitly for this option is deprecated since Symfony 6.1
202
+ because the default value will change to ``false`` in Symfony 7.0.
203
204
.. seealso::
205
206
:ref:`Changing the Action and HTTP Method <forms-change-action-method>` of
@@ -219,7 +224,6 @@ The **default value** is:
219
224
$request = Request::createFromGlobals();
220
225
// ...
221
226
222
-
223
227
.. _configuration-framework-http_method_override:
228
229
trust_x_sendfile_type_header
0 commit comments