mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
OATHUser: Annotate that getModule() can return null
Change-Id: I83e34a9b1b58956b10af099668177ce426937b58
This commit is contained in:
parent
7c4649ce37
commit
0535912298
|
@ -133,7 +133,7 @@ class OATHUser {
|
|||
/**
|
||||
* Gets the module instance associated with this user
|
||||
*
|
||||
* @return IModule
|
||||
* @return IModule|null
|
||||
*/
|
||||
public function getModule() {
|
||||
return $this->module;
|
||||
|
|
Loading…
Reference in a new issue