Merge "OATHUser: Annotate that getModule() can return null"

This commit is contained in:
jenkins-bot 2022-04-11 08:53:36 +00:00 committed by Gerrit Code Review
commit 86ba7a8e17

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;