Add some missing MW version documentation

* deprecate $wgAuth
* add @since for Status::getStatusValue

Change-Id: Ia11ef1e4788297ffea0a2beb4da731c7e771958c
This commit is contained in:
Gergő Tisza 2016-05-23 13:20:41 +00:00 committed by Gergő Tisza
parent 81d862e34d
commit 9d4abcb025
2 changed files with 2 additions and 0 deletions

View file

@ -7057,6 +7057,7 @@ $wgExtensionCredits = [];
/**
* Authentication plugin.
* @var $wgAuth AuthPlugin
* @deprecated since 1.27 use $wgAuthManagerConfig instead
*/
$wgAuth = null;

View file

@ -118,6 +118,7 @@ class Status {
/**
* Returns the wrapped StatusValue object
* @return StatusValue
* @since 1.27
*/
public function getStatusValue() {
return $this->sv;