removed obsolete phpdoc

This commit is contained in:
Fabien Potencier 2012-03-19 16:13:52 +01:00
parent edac48a824
commit 05c523a7de

View File

@ -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