@@ -76,7 +76,7 @@ |
||
| 76 | 76 | /** |
| 77 | 77 | * Generate a hash |
| 78 | 78 | * |
| 79 | - * @param mixed $data The data to hash. This can either be a scalar value or a serializable value. |
|
| 79 | + * @param string $data The data to hash. This can either be a scalar value or a serializable value. |
|
| 80 | 80 | * @param mixed[] $options Additional hasher options (the actual options depend on the registered Hasher) |
| 81 | 81 | * @return string |
| 82 | 82 | **/ |