mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
small improvement for return type of mGet
This commit is contained in:
parent
dfa82366d7
commit
47317205c1
@ -266,7 +266,7 @@ class Redis {
|
||||
|
||||
public function ltrim(string $key, int $start , int $end): Redis|bool;
|
||||
|
||||
/** @return false|array|Redis */
|
||||
/** @return false|list<false|string>|Redis */
|
||||
public function mget(array $keys);
|
||||
|
||||
public function migrate(string $host, int $port, string $key, string $dst, int $timeout, bool $copy = false, bool $replace = false): bool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user