Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f502c9

Browse files
authored
Update redis.stub.php (#2120)
1 parent 34c237e commit 0f502c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function geosearch(string $key, array|string $position, array|int|float $
144144

145145
public function geosearchstore(string $dst, string $src, array|string $position, array|int|float $shape, string $unit, array $options = []): array;
146146

147-
/** @return string|Redis */
147+
/** @return false|string|Redis */
148148
public function get(string $key);
149149

150150
public function getAuth(): mixed;

0 commit comments

Comments
 (0)