aboutsummaryrefslogtreecommitdiff
path: root/app/Models/FormAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/FormAuth.php')
-rw-r--r--app/Models/FormAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FormAuth.php b/app/Models/FormAuth.php
index 54b468da9..1da03f6d2 100644
--- a/app/Models/FormAuth.php
+++ b/app/Models/FormAuth.php
@@ -14,7 +14,7 @@ class FreshRSS_FormAuth {
return password_verify($nonce . $hash, $challenge);
}
- /** @return array<string> */
+ /** @return list<string> */
public static function getCredentialsFromCookie(): array {
$token = Minz_Session::getLongTermCookie('FreshRSS_login');
if (!ctype_alnum($token)) {