aboutsummaryrefslogtreecommitdiff
path: root/app/Utils/feverUtil.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Utils/feverUtil.php')
-rw-r--r--app/Utils/feverUtil.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Utils/feverUtil.php b/app/Utils/feverUtil.php
index 571c2bc00..8b06568dd 100644
--- a/app/Utils/feverUtil.php
+++ b/app/Utils/feverUtil.php
@@ -38,7 +38,7 @@ class FreshRSS_fever_Util {
* @return string|false the Fever key, or false if the update failed
* @throws FreshRSS_Context_Exception
*/
- public static function updateKey(string $username, string $passwordPlain) {
+ public static function updateKey(string $username, string $passwordPlain): string|false {
if (!self::checkFeverPath()) {
return false;
}