File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2126,10 +2126,6 @@ named ``kernel.http_method_override``.
21262126allowed_http_method_override
21272127~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21282128
2129- .. versionadded :: 7.4
2130-
2131- The ``allowed_http_method_override `` option was introduced in Symfony 7.4.
2132-
21332129**type **: ``array `` **default **: ``null ``
21342130
21352131This option controls which HTTP methods can be overridden via the ``_method ``
@@ -2200,6 +2196,15 @@ method::
22002196 $request = Request::createFromGlobals();
22012197 // ...
22022198
2199+ .. versionadded :: 7.4
2200+
2201+ The ``allowed_http_method_override `` option was introduced in Symfony 7.4.
2202+
2203+ .. deprecated :: 7.4
2204+
2205+ Overriding methods ``GET ``, ``HEAD ``, ``CONNECT `` and ``TRACE `` is deprecated
2206+ since Symfony 7.4 and will stop working in Symfony 8.0.
2207+
22032208.. _reference-framework-ide :
22042209
22052210ide
You can’t perform that action at this time.
0 commit comments