phpstan param declration fix for ACL Login user status

This commit is contained in:
Clemens Schwaighofer
2024-12-12 21:20:09 +09:00
parent 1e90bb677e
commit f966209e0a

View File

@@ -36,7 +36,7 @@ final class LoginUserStatus
/**
* Returns an array mapping the numerical role values to their descriptive names
*
* @return array<int,string>
* @return array<int|string,string>
*/
public static function getMap()
{