From f966209e0a4276c0b8132a05f1dac78b0eca2cc5 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 12 Dec 2024 21:20:09 +0900 Subject: [PATCH] phpstan param declration fix for ACL Login user status --- www/lib/CoreLibs/ACL/LoginUserStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/ACL/LoginUserStatus.php b/www/lib/CoreLibs/ACL/LoginUserStatus.php index fb791abb..ddc5a84f 100644 --- a/www/lib/CoreLibs/ACL/LoginUserStatus.php +++ b/www/lib/CoreLibs/ACL/LoginUserStatus.php @@ -36,7 +36,7 @@ final class LoginUserStatus /** * Returns an array mapping the numerical role values to their descriptive names * - * @return array + * @return array */ public static function getMap() {