We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db56f87 commit 4582fbcCopy full SHA for 4582fbc
1 file changed
user_guide_src/source/installation/upgrade_405.rst
@@ -32,8 +32,8 @@ to all classes that extend ``Message`` as well: ``Request``, ``Response`` and th
32
33
Additional related deprecations from the HTTP layer:
34
35
-* ``Message::isJSON``: Check the "Content-Type" header directly
36
-* ``Request[Interface]::isValidIP``: Use the Validation class with ``valid_ip``
+* ``Message::isJSON()``: Check the "Content-Type" header directly
+* ``Request[Interface]::isValidIP()``: Use the Validation class with ``valid_ip``
37
* ``Request[Interface]::getMethod()``: The ``$upper`` parameter will be removed, use str_to_upper()
38
* ``Request[Trait]::$ipAddress``: This property will become private
39
* ``Request::$proxyIPs``: This property will be removed; access ``config('App')->proxyIPs`` directly
0 commit comments