@@ -10,7 +10,7 @@ |
||
10 | 10 | * See: https://redis.io/commands/sadd. |
11 | 11 | * |
12 | 12 | * @param string $key |
13 | - * @param splat $members |
|
13 | + * @param splat[] $members |
|
14 | 14 | * |
15 | 15 | * @return int The number of elements added to the set. |
16 | 16 | */ |