File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,11 @@ The **default value** is:
196
196
* ``false ``, if you've created a new Symfony application or updated the Symfony
197
197
Flex recipes. This is also the default value starting from Symfony 7.0.
198
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
+
199
204
.. seealso ::
200
205
201
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 :
224
228
225
229
trust_x_sendfile_type_header
You can’t perform that action at this time.
0 commit comments