Skip to content

Commit

Permalink
fix return tag for redis stub
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 26, 2024
1 parent 4adffb7 commit 4fa519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ public function lMove(string $src, string $dst, string $wherefrom, string $where
* @param string $whereto Where in the destination list to put the element.
* - `Redis::LEFT`, or `Redis::RIGHT`.
* @param float $timeout How long to block for an element.
* @return Redis|string|false;
* @return Redis|string|false
* @example
* $redis->lPush('numbers', 'one');
* $redis->blmove('numbers', 'odds', Redis::LEFT, Redis::LEFT 1.0);
Expand Down

0 comments on commit 4fa519a

Please sign in to comment.