@@ -74,7 +74,7 @@ |
||
74 | 74 | * See: https://redis.io/commands/script-flush. |
75 | 75 | * |
76 | 76 | * @param string $command |
77 | - * @param splat $scripts |
|
77 | + * @param splat[] $scripts |
|
78 | 78 | * |
79 | 79 | * @return mixed SCRIPT LOAD will return the SHA1 hash of the |
80 | 80 | * passed script on success, and FALSE on |