@@ -94,7 +94,7 @@ |
||
| 94 | 94 | * |
| 95 | 95 | * @param string $known_string The string of known length to compare against |
| 96 | 96 | * @param string $user_string The user-supplied string |
| 97 | - * @return boolean Returns TRUE when the two strings are equal, FALSE otherwise. |
|
| 97 | + * @return null|boolean Returns TRUE when the two strings are equal, FALSE otherwise. |
|
| 98 | 98 | */ |
| 99 | 99 | function hash_equals($known_string, $user_string) |
| 100 | 100 | { |