Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 1 Feb 2025 23:12:57 +0000 (00:12 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Feb 2025 23:12:57 +0000 (00:12 +0100)
- ops, proper type now

framework/main/classes/scrypt/class_Scrypt.php

index 1b609ef22312941baf87156052ae04a2fbca3dfe..66683e9c905f7f8f8a76cc5216be730bcee94c35 100644 (file)
@@ -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