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 @@ -187,6 +187,11 @@ The **default value** is:
187
187
* ``false ``, if you've created a new Symfony application or updated the Symfony
188
188
Flex recipes. This is also the default value starting from Symfony 7.0.
189
189
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
+
190
195
.. seealso ::
191
196
192
197
:ref: `Changing the Action and HTTP Method <forms-change-action-method >` of
@@ -210,7 +215,6 @@ The **default value** is:
210
215
$request = Request::createFromGlobals();
211
216
// ...
212
217
213
-
214
218
.. _configuration-framework-http_method_override :
215
219
216
220
trust_x_sendfile_type_header
You can’t perform that action at this time.
0 commit comments