Browse Source

Apply same fix of 8437fbc to ClientContextInterface.

Daniele Alessandri 8 years ago
parent
commit
aed1a7bdf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ClientContextInterface.php

+ 1 - 1
src/ClientContextInterface.php

@@ -38,7 +38,7 @@ use Predis\Command\CommandInterface;
  * @method $this append($key, $value)
  * @method $this bitcount($key, $start = null, $end = null)
  * @method $this bitop($operation, $destkey, $key)
- * @method $this bitfield($key, ...)
+ * @method $this bitfield($key, $subcommand, ...$subcommandArg)
  * @method $this decr($key)
  * @method $this decrby($key, $decrement)
  * @method $this get($key)