We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a0a334 + 35ce4db commit 2fcb4ceCopy full SHA for 2fcb4ce
1 file changed
src/Hash.php
@@ -38,6 +38,6 @@ public static function check(string $value, string $hashedValue, array $options
38
39
public static function needsRehash(string $hashedValue, array $options = [], ?string $driverName = null): bool
40
{
41
- return static::getDriver($driverName)->needsRehash($hashedValue . $options);
+ return static::getDriver($driverName)->needsRehash($hashedValue, $options);
42
}
43
0 commit comments