瀏覽代碼

Update ClientInterface.php

Alexander Cheprasov 9 年之前
父節點
當前提交
8235228acd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ClientInterface.php

+ 1 - 1
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)