From 8b150fcbf522deda380bb012e81145ccfd7672ca Mon Sep 17 00:00:00 2001 From: Alexander Cheprasov Date: Tue, 27 Oct 2015 16:37:58 +0000 Subject: [PATCH] Update ClientInterface.php --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index f216c470..d23bc1c3 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -123,7 +123,7 @@ use Predis\Profile\ProfileInterface; * @method int zremrangebyrank($key, $start, $stop) * @method int zremrangebyscore($key, $min, $max) * @method array zrevrange($key, $start, $stop, array $options = null) - * @method array zrevrangebyscore($key, $min, $max, array $options = null) + * @method array zrevrangebyscore($key, $max, $min, array $options = null) * @method int zrevrank($key, $member) * @method int zunionstore($destination, array $keys, array $options = null) * @method string zscore($key, $member)