mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Merge "OATHUser: Annotate that getModule() can return null"
This commit is contained in:
commit
86ba7a8e17
|
@ -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