We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5991fa2 commit c59b3c2Copy full SHA for c59b3c2
1 file changed
user_guide_src/source/incoming/incomingrequest.rst
@@ -46,7 +46,7 @@ You can check the HTTP method that this request represents with the ``getMethod(
46
47
By default, the method is returned as a lower-case string (i.e., ``'get'``, ``'post'``, etc).
48
49
-.. note:: The functionality to convert the return value to lower case is deprecated.
+.. important:: The functionality to convert the return value to lower case is deprecated.
50
It will be removed in the future version, and this method will be PSR-7 equivalent.
51
52
You can get an
0 commit comments