Skip to content

Commit af3424f

Browse files
committed
[HttpFoundation] Fix getClientIp @return docblock
1 parent 0fcf552 commit af3424f

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
@@ -850,7 +850,7 @@ public function getClientIps()
850850
* ("Client-Ip" for instance), configure it via "setTrustedHeaderName()" with
851851
* the "client-ip" key.
852852
*
853-
* @return string The client IP address
853+
* @return string|null The client IP address
854854
*
855855
* @see getClientIps()
856856
* @see http://en.wikipedia.org/wiki/X-Forwarded-For

0 commit comments

Comments
 (0)