We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629eae1 commit 7c9e5d6Copy full SHA for 7c9e5d6
1 file changed
user_guide_src/source/installation/upgrade_405.rst
@@ -39,7 +39,7 @@ Additional related deprecations from the HTTP layer:
39
40
* ``Message::isJSON()``: Check the "Content-Type" header directly
41
* ``Request[Interface]::isValidIP()``: Use the Validation class with ``valid_ip``
42
-* ``Request[Interface]::getMethod()``: The ``$upper`` parameter will be removed, use str_to_upper()
+* ``Request[Interface]::getMethod()``: The ``$upper`` parameter will be removed, use strtoupper()
43
* ``Request[Trait]::$ipAddress``: This property will become private
44
* ``Request::$proxyIPs``: This property will be removed; access ``config('App')->proxyIPs`` directly
45
* ``Request::__construct()``: The constructor will no longer take ``Config\App`` and has been made nullable to aid transition
0 commit comments