Skip to content

Commit

Permalink
Update phpredis.phpstub
Browse files Browse the repository at this point in the history
  • Loading branch information
sergkash7 committed Jun 21, 2022
1 parent be4d0ff commit ffe1829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/phpredis.phpstub
Original file line number Diff line number Diff line change
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 ffe1829

Please sign in to comment.