Skip to content

Commit 4454380

Browse files
committed
docs: fix incorrect description
null is not a valid IP address, so it will be 0.0.0.0.
1 parent 2c61091 commit 4454380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Class Reference
1919
2020
.. php:method:: getIPAddress()
2121
22-
:returns: The user's IP Address, if it can be detected, or null. If the IP address
23-
is not a valid IP address, then will return 0.0.0.0
22+
:returns: The user's IP Address, if it can be detected. If the IP address
23+
is not a valid IP address, then will return 0.0.0.0.
2424
:rtype: string
2525

2626
Returns the IP address for the current user. If the IP address is not valid, the method

0 commit comments

Comments
 (0)