Skip to content

Commit 28a0a2e

Browse files
BigBadBassManisfedorov
authored andcommitted
fix(types)!: RedisCluster::sPop fix type hint
1 parent 30c2a36 commit 28a0a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/RedisCluster.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function lSet($key, $index, $value) {}
413413
*
414414
* @param string $key
415415
*
416-
* @return string "popped" value, bool FALSE if set identified by key is empty or doesn't exist.
416+
* @return string|false "popped" value, bool FALSE if set identified by key is empty or doesn't exist.
417417
* @throws RedisClusterException
418418
* @link https://redis.io/commands/spop
419419
* @example

0 commit comments

Comments
 (0)