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() {}
32473247 /**
32483248 * Send arbitrary things to the redis server at the specified node
32493249 *
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.
32533253 *
32543254 * @return mixed
32553255 */
3256- public function rawCommand ($ nodeParams , $ command , $ arguments ) {}
3256+ public function rawcommand ($ nodeParams , $ command , ... $ arguments ) {}
32573257
32583258 /**
32593259 * @since redis >= 3.0
You can’t perform that action at this time.
0 commit comments