From: Roland Häder Date: Sat, 1 Feb 2025 23:12:57 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec922456ca0c899b3faaab2472dfdcad5756e74c;p=core.git Continued: - ops, proper type now --- diff --git a/framework/main/classes/scrypt/class_Scrypt.php b/framework/main/classes/scrypt/class_Scrypt.php index 1b609ef2..66683e9c 100644 --- a/framework/main/classes/scrypt/class_Scrypt.php +++ b/framework/main/classes/scrypt/class_Scrypt.php @@ -138,7 +138,7 @@ abstract class Scrypt extends BaseFrameworkSystem * * @return string The hashed password */ - public static function hashScrypt (string $password, string $salt = '', int $N = 16384, int $r = 8, int $p = 1): str + public static function hashScrypt (string $password, string $salt = '', int $N = 16384, int $r = 8, int $p = 1): string { if (!FrameworkFeature::isFeatureAvailable('hubcoin_reward')) { // Feature has been disabled