Add some missing MW version documentation
* deprecate $wgAuth * add @since for Status::getStatusValue Change-Id: Ia11ef1e4788297ffea0a2beb4da731c7e771958c
This commit is contained in:
parent
81d862e34d
commit
9d4abcb025
2 changed files with 2 additions and 0 deletions
|
|
@ -7057,6 +7057,7 @@ $wgExtensionCredits = [];
|
|||
/**
|
||||
* Authentication plugin.
|
||||
* @var $wgAuth AuthPlugin
|
||||
* @deprecated since 1.27 use $wgAuthManagerConfig instead
|
||||
*/
|
||||
$wgAuth = null;
|
||||
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ class Status {
|
|||
/**
|
||||
* Returns the wrapped StatusValue object
|
||||
* @return StatusValue
|
||||
* @since 1.27
|
||||
*/
|
||||
public function getStatusValue() {
|
||||
return $this->sv;
|
||||
|
|
|
|||
Loading…
Reference in a new issue