Skip to content

Commit 3e95603

Browse files
committed
Fixed RedisArray::__construct()
1 parent 64da8f9 commit 3e95603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/functionMap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9454,7 +9454,8 @@
94549454
'Redis::zScore' => ['float|false', 'key'=>'string', 'member'=>'string'],
94559455
'Redis::zSize' => ['', 'key'=>'string'],
94569456
'Redis::zUnion' => ['int', 'Output'=>'string', 'ZSetKeys'=>'array', 'Weights='=>'?array', 'aggregateFunction='=>'string'],
9457-
'RedisArray::__construct' => ['void', 'name='=>'string', 'hosts='=>'?array', 'opts='=>'?array'],
9457+
'RedisArray::__construct' => ['void', 'name'=>'string'],
9458+
'RedisArray::__construct\'1' => ['void', 'hosts'=>'array<int, string>', 'opts='=>'array<string, string>'],
94589459
'RedisArray::_function' => ['string'],
94599460
'RedisArray::_hosts' => ['array'],
94609461
'RedisArray::_rehash' => ['', 'callable='=>'callable'],

0 commit comments

Comments
 (0)