mirror of
https://github.com/predis/predis.git
synced 2026-09-10 10:27:11 +00:00
Correcting the PHPDocs
This commit is contained in:
@@ -46,7 +46,7 @@ use Predis\Profile\ProfileInterface;
|
|||||||
* @method int append($key, $value)
|
* @method int append($key, $value)
|
||||||
* @method int bitcount($key, $start = null, $end = null)
|
* @method int bitcount($key, $start = null, $end = null)
|
||||||
* @method int bitop($operation, $destkey, $key)
|
* @method int bitop($operation, $destkey, $key)
|
||||||
* @method array bitfield($key, ...)
|
* @method array bitfield($key, $subcommand, ...$subcommandArg)
|
||||||
* @method int decr($key)
|
* @method int decr($key)
|
||||||
* @method int decrby($key, $decrement)
|
* @method int decrby($key, $decrement)
|
||||||
* @method string get($key)
|
* @method string get($key)
|
||||||
|
|||||||
Reference in New Issue
Block a user