From 0535912298be793afec60d6e7fb926a07bb32e3a Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 29 Mar 2022 13:45:22 +0100 Subject: [PATCH] OATHUser: Annotate that getModule() can return null Change-Id: I83e34a9b1b58956b10af099668177ce426937b58 --- src/OATHUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OATHUser.php b/src/OATHUser.php index 4b27ac47..ed6fedf6 100644 --- a/src/OATHUser.php +++ b/src/OATHUser.php @@ -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;