Skip to content

Commit 4731720

Browse files
committed
small improvement for return type of mGet
1 parent dfa8236 commit 4731720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/phpredis.phpstub

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class Redis {
266266

267267
public function ltrim(string $key, int $start , int $end): Redis|bool;
268268

269-
/** @return false|array|Redis */
269+
/** @return false|list<false|string>|Redis */
270270
public function mget(array $keys);
271271

272272
public function migrate(string $host, int $port, string $key, string $dst, int $timeout, bool $copy = false, bool $replace = false): bool;

0 commit comments

Comments
 (0)