From: Sam Reed Date: Mon, 6 Feb 2012 20:20:43 +0000 (+0000) Subject: Add @since to getIP/getRawIP X-Git-Tag: 1.31.0-rc.0~24911 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=657ecdebfa6b8b8497d0bc534f14a1ded275c063;p=lhc%2Fweb%2Fwiklou.git Add @since to getIP/getRawIP Came in r94932, soemwhere after 1.18 was branched, so is in 1.19 --- diff --git a/includes/WebRequest.php b/includes/WebRequest.php index af47d60a3c..601680d355 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -1006,6 +1006,8 @@ HTML; /** * Fetch the raw IP from the request * + * @since 1.19 + * * @return String */ protected function getRawIP() { @@ -1019,6 +1021,9 @@ HTML; /** * Work out the IP address based on various globals * For trusted proxies, use the XFF client IP (first of the chain) + * + * @since 1.19 + * * @return string */ public function getIP() {