From 8437fbc84f1e2bb6b3cd057252c5b7628b11303d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sandstro=CC=88m?= Date: Tue, 14 Jun 2016 10:02:47 +0200 Subject: [PATCH] Correcting the PHPDocs --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 440d6daf..d0625266 100644 --- a/src/ClientInterface.php +++ b/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)