diff options
Diffstat (limited to 'app/Utils/feverUtil.php')
| -rw-r--r-- | app/Utils/feverUtil.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Utils/feverUtil.php b/app/Utils/feverUtil.php index 0e4b712ce..4de321732 100644 --- a/app/Utils/feverUtil.php +++ b/app/Utils/feverUtil.php @@ -57,7 +57,7 @@ class FreshRSS_fever_Util { * * @return bool true if the deletion succeeded, else false. */ - public static function deleteKey(string $username) { + public static function deleteKey(string $username): bool { $userConfig = get_user_configuration($username); if ($userConfig === null) { return false; |
