From 657ecdebfa6b8b8497d0bc534f14a1ded275c063 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 6 Feb 2012 20:20:43 +0000 Subject: [PATCH] Add @since to getIP/getRawIP Came in r94932, soemwhere after 1.18 was branched, so is in 1.19 --- includes/WebRequest.php | 5 +++++ 1 file changed, 5 insertions(+) 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() { -- 2.20.1