[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
1 changed files with 3 additions and 1 deletions

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
*
* @see getClientIps()
*
* @api
*/
public function getClientIp()