We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf9805 commit 7d1f2dfCopy full SHA for 7d1f2df
src/Illuminate/Hashing/AbstractHasher.php
@@ -19,7 +19,7 @@ public function info($hashedValue)
19
* Check the given plain value against a hash.
20
*
21
* @param string $value
22
- * @param string|null $hashedValue
+ * @param string $hashedValue
23
* @param array $options
24
* @return bool
25
*/
src/Illuminate/Hashing/Argon2IdHasher.php
@@ -10,7 +10,7 @@ class Argon2IdHasher extends ArgonHasher
10
11
12
13
14
15
16
0 commit comments