Skip to content

Commit d65f4b8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 90f8924 + f6fbbe6 commit d65f4b8

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
@@ -2112,8 +2112,10 @@ public function zRangeByScore( $key, $start, $end, array $options = array() ) {}
21122112
* @param int $start
21132113
* @param int $end
21142114
* @param array $options
2115+
*
2116+
* @return array
21152117
*/
2116-
public function zRevRangeByScore( $key, $start, $end, array $options ) {}
2118+
public function zRevRangeByScore( $key, $start, $end, array $options = array() ) {}
21172119

21182120
/**
21192121
* Returns the number of elements of the sorted set stored at the specified key which have

0 commit comments

Comments
 (0)