File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3247,13 +3247,13 @@ public function command() {}
3247
3247
/**
3248
3248
* Send arbitrary things to the redis server at the specified node
3249
3249
*
3250
- * @param string|array $nodeParams key or [host,port]
3251
- * @param string $command Required command to send to the server.
3252
- * @param mixed $arguments Optional variable amount of arguments to send to the server.
3250
+ * @param string|array $nodeParams key or [host,port]
3251
+ * @param string $command Required command to send to the server.
3252
+ * @param mixed ... $arguments Optional variable amount of arguments to send to the server.
3253
3253
*
3254
3254
* @return mixed
3255
3255
*/
3256
- public function rawCommand ($ nodeParams , $ command , $ arguments ) {}
3256
+ public function rawcommand ($ nodeParams , $ command , ... $ arguments ) {}
3257
3257
3258
3258
/**
3259
3259
* @since redis >= 3.0
You can’t perform that action at this time.
0 commit comments