1
0
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:
kkmuffme 2022-10-09 16:51:26 +02:00
parent dfa82366d7
commit 47317205c1

View File

@ -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;