Explorar o código

Correcting the PHPDocs

Felix Sandström %!s(int64=9) %!d(string=hai) anos
pai
achega
99f1e3290e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ClientInterface.php

+ 1 - 1
src/ClientInterface.php

@@ -46,7 +46,7 @@ use Predis\Connection\ConnectionInterface;
  * @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)