Merge "Add some missing MW version documentation"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 23 May 2016 18:02:33 +0000 (18:02 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 23 May 2016 18:02:33 +0000 (18:02 +0000)
includes/DefaultSettings.php
includes/Status.php

index c7a0c15..d2f55b6 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;