From 03a2f776d7cb665d46974a575ac46b81c5721f68 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 30 Dec 2021 15:50:44 +0100 Subject: [PATCH] Psalm-annotate IToken::getType Signed-off-by: Christoph Wurst --- lib/private/Authentication/Token/IToken.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Authentication/Token/IToken.php b/lib/private/Authentication/Token/IToken.php index 9a96e0ec23890..d7842293f8a46 100644 --- a/lib/private/Authentication/Token/IToken.php +++ b/lib/private/Authentication/Token/IToken.php @@ -115,6 +115,7 @@ public function getRemember(): int; * Get the token type * * @return int + * @psalm-return IToken::DO_NOT_REMEMBER|IToken::REMEMBER */ public function getType(): int;