Add some missing MW version documentation
authorGergő Tisza <gtisza@wikimedia.org>
Mon, 23 May 2016 13:20:41 +0000 (13:20 +0000)
committerGergő Tisza <tgr.huwiki@gmail.com>
Mon, 23 May 2016 17:46:35 +0000 (19:46 +0200)
* deprecate $wgAuth
* add @since for Status::getStatusValue

Change-Id: Ia11ef1e4788297ffea0a2beb4da731c7e771958c

includes/DefaultSettings.php
includes/Status.php

index 0e06bce..ec9ec09 100644 (file)
@@ -7057,6 +7057,7 @@ $wgExtensionCredits = [];
 /**
  * Authentication plugin.
  * @var $wgAuth AuthPlugin
+ * @deprecated since 1.27 use $wgAuthManagerConfig instead
  */
 $wgAuth = null;
 
index f8370e4..d01f269 100644 (file)
@@ -118,6 +118,7 @@ class Status {
        /**
         * Returns the wrapped StatusValue object
         * @return StatusValue
+        * @since 1.27
         */
        public function getStatusValue() {
                return $this->sv;