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

Skip to content

Commit 8b1eafe

Browse files
nicolas-grekasmichael-grunder
authored andcommitted
Fix redis.stub.php (bis)
1 parent 74cf49f commit 8b1eafe

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
@@ -159,7 +159,7 @@ public function geosearch(string $key, array|string $position, array|int|float $
159159

160160
public function geosearchstore(string $dst, string $src, array|string $position, array|int|float $shape, string $unit, array $options = []): Redis|array|int|false;
161161

162-
public function get(string $key): Redis|mixed|false;
162+
public function get(string $key): mixed;
163163

164164
public function getAuth(): mixed;
165165

0 commit comments

Comments
 (0)