OATHUser: Annotate that getModule() can return null

Change-Id: I83e34a9b1b58956b10af099668177ce426937b58
This commit is contained in:
Reedy 2022-03-29 13:45:22 +01:00
parent 7c4649ce37
commit 0535912298

View file

@ -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;