Skip to content

Commit

Permalink
[HttpFoundation] Revert getClientIp @return docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ossinkine committed Jul 23, 2019
1 parent 789c330 commit c9b5ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/Request.php
Expand Up @@ -912,7 +912,7 @@ public function getClientIps()
* ("Client-Ip" for instance), configure it via the $trustedHeaderSet
* argument of the Request::setTrustedProxies() method instead.
*
* @return string|null The client IP address
* @return string The client IP address
*
* @see getClientIps()
* @see http://en.wikipedia.org/wiki/X-Forwarded-For
Expand Down

0 comments on commit c9b5ca0

Please sign in to comment.