[HttpFoundation] Use @see annotation for better documentation generation.

This commit is contained in:
Dorian Villet 2013-04-09 14:53:11 +02:00
parent 3e703a226a
commit 80030fb28e

View File

@ -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 * @return string The client IP address
* *
* @see getClientIps()
*
* @api * @api
*/ */
public function getClientIp() public function getClientIp()