Skip to content

Commit 4b64604

Browse files
authored
Merge pull request ukko#67 from jstanden/fix-srandmember
Fixed a typo in the Redis.sRandMember var_dump() output
2 parents e52e1f6 + 6f8a208 commit 4b64604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ public function sPop($key, $count = 1)
15801580
*
15811581
* // array(2) {
15821582
* // [0]=> string(2) "one"
1583-
* // [1]=> string(2) "three"
1583+
* // [1]=> string(5) "three"
15841584
* // }
15851585
* </pre>
15861586
*/

0 commit comments

Comments
 (0)