Skip to content

Commit

Permalink
Merge pull request #8136 from sergkash7/patch-1
Browse files Browse the repository at this point in the history
Update phpredis.phpstub
  • Loading branch information
orklah committed Sep 9, 2022
2 parents 5cf6fb3 + ffe1829 commit 5108834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/phpredis.phpstub
Expand Up @@ -141,7 +141,7 @@ class Redis {

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

/** @return string|Redis */
/** @return false|string|Redis */
public function get(string $key);

public function getAuth(): mixed;
Expand Down

0 comments on commit 5108834

Please sign in to comment.