From ffe18296b0abab9477e858311fe459a475b45953 Mon Sep 17 00:00:00 2001 From: sergkash7 <55360924+sergkash7@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:03:11 +0300 Subject: [PATCH] Update phpredis.phpstub --- stubs/phpredis.phpstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/phpredis.phpstub b/stubs/phpredis.phpstub index 791a0cfb87c..0687320eff0 100644 --- a/stubs/phpredis.phpstub +++ b/stubs/phpredis.phpstub @@ -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;