Correcting the PHPDocs

This commit is contained in:
Felix Sandström
2016-06-14 10:02:47 +02:00
parent 4d58928efd
commit 8437fbc84f
+1 -1
View File
@@ -46,7 +46,7 @@ use Predis\Profile\ProfileInterface;
* @method int append($key, $value)
* @method int bitcount($key, $start = null, $end = null)
* @method int bitop($operation, $destkey, $key)
* @method array bitfield($key, ...)
* @method array bitfield($key, $subcommand, ...$subcommandArg)
* @method int decr($key)
* @method int decrby($key, $decrement)
* @method string get($key)