[HttpFoundation] Removed the @api annotation on getClientIps method.

This commit is contained in:
Dorian Villet 2013-04-09 18:16:59 +02:00
parent f0c4ab663a
commit 7529664a43

View File

@ -677,8 +677,6 @@ class Request
* @return array The client IP addresses * @return array The client IP addresses
* *
* @see http://en.wikipedia.org/wiki/X-Forwarded-For * @see http://en.wikipedia.org/wiki/X-Forwarded-For
*
* @api
*/ */
public function getClientIps() public function getClientIps()
{ {