Skip to content

Commit 181bba9

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Deprecate not setting a value for http_method_override option
2 parents 87738d0 + 3a54a22 commit 181bba9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/configuration/framework.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ The **default value** is:
187187
* ``false``, if you've created a new Symfony application or updated the Symfony
188188
Flex recipes. This is also the default value starting from Symfony 7.0.
189189

190+
.. deprecated:: 6.1
191+
192+
Not setting a value explicitly for this option is deprecated since Symfony 6.1
193+
because the default value will change to ``false`` in Symfony 7.0.
194+
190195
.. seealso::
191196

192197
:ref:`Changing the Action and HTTP Method <forms-change-action-method>` of
@@ -210,7 +215,6 @@ The **default value** is:
210215
$request = Request::createFromGlobals();
211216
// ...
212217

213-
214218
.. _configuration-framework-http_method_override:
215219

216220
trust_x_sendfile_type_header

0 commit comments

Comments
 (0)