diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index dca50d8f6c..7c4c663e38 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -702,10 +702,12 @@ class Request } /** - * Returns the client IP address. See getClientIps() for more information. + * Returns the client IP address. * * @return string The client IP address * + * @see getClientIps() + * * @api */ public function getClientIp()