@@ -10,7 +10,7 @@ |
||
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 | 15 | * @return int LONG the number of deleted keys, 0 if the key doesn't |
16 | 16 | * exist, FALSE if the key isn't a hash. |