@@ -10,9 +10,9 @@ |
||
| 10 | 10 | * See: https://redis.io/commands/hdel. |
| 11 | 11 | * |
| 12 | 12 | * @param string $key |
| 13 | - * @param splat $fields |
|
| 13 | + * @param splat[] $fields |
|
| 14 | 14 | * |
| 15 | - * @return int LONG the number of deleted keys, 0 if the key doesn't |
|
| 15 | + * @return boolean LONG the number of deleted keys, 0 if the key doesn't |
|
| 16 | 16 | * exist, FALSE if the key isn't a hash. |
| 17 | 17 | */ |
| 18 | 18 | public function hDel(string $key, ...$fields): bool |