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:
-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;