Skip to content

Commit 8437fbc

Browse files
author
Felix Sandström
committedJun 14, 2016
Correcting the PHPDocs
1 parent 4d58928 commit 8437fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ClientInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* @method int append($key, $value)
4747
* @method int bitcount($key, $start = null, $end = null)
4848
* @method int bitop($operation, $destkey, $key)
49-
* @method array bitfield($key, ...)
49+
* @method array bitfield($key, $subcommand, ...$subcommandArg)
5050
* @method int decr($key)
5151
* @method int decrby($key, $decrement)
5252
* @method string get($key)

0 commit comments

Comments
 (0)
Please sign in to comment.