fixed misleading doc block

This commit is contained in:
Kris Wallsmith 2013-08-29 12:32:30 -07:00
parent c0a256d966
commit 4d01e7ebbd

View File

@ -719,9 +719,9 @@ class Request
/**
* Returns the client IP addresses.
*
* The most trusted IP address is first, and the less trusted one last.
* The "real" client IP address is the last one, but this is also the
* less trusted one.
* The least trusted IP address is first, and the most trusted one last.
* The "real" client IP address is the first one, but this is also the
* least trusted one.
*
* Use this method carefully; you should use getClientIp() instead.
*