Skip to content

Commit 7568d34

Browse files
committed
[HttpFoundation] Revert getClientIp @return docblock
1 parent 789c330 commit 7568d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ public function getClientIps()
912912
* ("Client-Ip" for instance), configure it via the $trustedHeaderSet
913913
* argument of the Request::setTrustedProxies() method instead.
914914
*
915-
* @return string|null The client IP address
915+
* @return string The client IP address
916916
*
917917
* @see getClientIps()
918918
* @see http://en.wikipedia.org/wiki/X-Forwarded-For

0 commit comments

Comments
 (0)