8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10534da + 329c69e commit 3a54a22Copy full SHA for 3a54a22
reference/configuration/framework.rst
@@ -208,6 +208,11 @@ The **default value** is:
208
* ``false``, if you've created a new Symfony application or updated the Symfony
209
Flex recipes. This is also the default value starting from Symfony 7.0.
210
211
+.. deprecated:: 6.1
212
+
213
+ Not setting a value explicitly for this option is deprecated since Symfony 6.1
214
+ because the default value will change to ``false`` in Symfony 7.0.
215
216
.. seealso::
217
218
:ref:`Changing the Action and HTTP Method <forms-change-action-method>` of
@@ -231,7 +236,6 @@ The **default value** is:
231
236
$request = Request::createFromGlobals();
232
237
// ...
233
238
234
-
235
239
.. _configuration-framework-http_method_override:
240
241
trust_x_sendfile_type_header
0 commit comments