diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index e52dd3aec8..eb200b85a2 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -528,8 +528,6 @@ class Request /** * Returns the client IP address. * - * @param Boolean $proxy Whether the current request has been made behind a proxy or not - * * @return string The client IP address * * @api