Pārlūkot izejas kodu

Correcting the PHPDocs

Felix Sandström 8 gadi atpakaļ
vecāks
revīzija
8437fbc84f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/ClientInterface.php

+ 1 - 1
src/ClientInterface.php

@@ -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)