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;