Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-30 17:50:44 +0300
committerJulien Veyssier <eneiluj@posteo.net>2022-06-30 15:00:22 +0300
commit7a498d9fbd857cfa97547953cc54b97f00ea3429 (patch)
tree6f6f0950f3b37da80a529819c1159528904d13a4
parent2e6e0cddc2e55c20751e78cd9b3d43ea47933390 (diff)
Psalm-annotate IToken::getType
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--lib/private/Authentication/Token/IToken.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Authentication/Token/IToken.php b/lib/private/Authentication/Token/IToken.php
index 9a96e0ec238..d7842293f8a 100644
--- a/lib/private/Authentication/Token/IToken.php
+++ b/lib/private/Authentication/Token/IToken.php
@@ -115,6 +115,7 @@ interface IToken extends JsonSerializable {
* Get the token type
*
* @return int
+ * @psalm-return IToken::DO_NOT_REMEMBER|IToken::REMEMBER
*/
public function getType(): int;