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 @@ -208,6 +208,11 @@ The **default value** is:
208
208
* ``false ``, if you've created a new Symfony application or updated the Symfony
209
209
Flex recipes. This is also the default value starting from Symfony 7.0.
210
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
+
211
216
.. seealso ::
212
217
213
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 :
236
240
237
241
trust_x_sendfile_type_header
You can’t perform that action at this time.
0 commit comments