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.
2 parents eff4feb + af3424f commit 5742958Copy full SHA for 5742958
src/Symfony/Component/HttpFoundation/Request.php
@@ -850,7 +850,7 @@ public function getClientIps()
850
* ("Client-Ip" for instance), configure it via "setTrustedHeaderName()" with
851
* the "client-ip" key.
852
*
853
- * @return string The client IP address
+ * @return string|null The client IP address
854
855
* @see getClientIps()
856
* @see http://en.wikipedia.org/wiki/X-Forwarded-For
0 commit comments