From 05c523a7dec395e113a1ef8a23c486cf84cab65e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 19 Mar 2012 16:13:52 +0100 Subject: [PATCH] removed obsolete phpdoc --- src/Symfony/Component/HttpFoundation/Request.php | 2 -- 1 file changed, 2 deletions(-) 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