Add @since to getIP/getRawIP
authorSam Reed <reedy@users.mediawiki.org>
Mon, 6 Feb 2012 20:20:43 +0000 (20:20 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 6 Feb 2012 20:20:43 +0000 (20:20 +0000)
Came in r94932, soemwhere after 1.18 was branched, so is in 1.19

includes/WebRequest.php

index af47d60..601680d 100644 (file)
@@ -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() {