Skip to content

Commit 1887267

Browse files
committed
Fix zRevRangeByScore method declaration
1 parent 82aa158 commit 1887267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

redisphp.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,8 +2003,10 @@ public function zRangeByScore( $key, $start, $end, array $options = array() ) {}
20032003
* @param int $start
20042004
* @param int $end
20052005
* @param array $options
2006+
*
2007+
* @return array
20062008
*/
2007-
public function zRevRangeByScore( $key, $start, $end, array $options ) {}
2009+
public function zRevRangeByScore( $key, $start, $end, array $options = array() ) {}
20082010

20092011
/**
20102012
* Returns the number of elements of the sorted set stored at the specified key which have

0 commit comments

Comments
 (0)