Skip to content

Commit 4582fbc

Browse files
committed
docs: add () after method names
1 parent db56f87 commit 4582fbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/installation/upgrade_405.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ to all classes that extend ``Message`` as well: ``Request``, ``Response`` and th
3232

3333
Additional related deprecations from the HTTP layer:
3434

35-
* ``Message::isJSON``: Check the "Content-Type" header directly
36-
* ``Request[Interface]::isValidIP``: Use the Validation class with ``valid_ip``
35+
* ``Message::isJSON()``: Check the "Content-Type" header directly
36+
* ``Request[Interface]::isValidIP()``: Use the Validation class with ``valid_ip``
3737
* ``Request[Interface]::getMethod()``: The ``$upper`` parameter will be removed, use str_to_upper()
3838
* ``Request[Trait]::$ipAddress``: This property will become private
3939
* ``Request::$proxyIPs``: This property will be removed; access ``config('App')->proxyIPs`` directly

0 commit comments

Comments
 (0)