We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c330 commit 7568d34Copy full SHA for 7568d34
src/Symfony/Component/HttpFoundation/Request.php
@@ -912,7 +912,7 @@ public function getClientIps()
912
* ("Client-Ip" for instance), configure it via the $trustedHeaderSet
913
* argument of the Request::setTrustedProxies() method instead.
914
*
915
- * @return string|null The client IP address
+ * @return string The client IP address
916
917
* @see getClientIps()
918
* @see http://en.wikipedia.org/wiki/X-Forwarded-For
0 commit comments