Skip to content

Commit dcc403f

Browse files
dada-amaterondrejmirtes
authored andcommitted
RedisCluster::__construct expects #1 parameter to be string or null
1 parent 19cf5cc commit dcc403f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/SignatureMap/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9456,7 +9456,7 @@
94569456
'RedisArray::_hosts' => ['array'],
94579457
'RedisArray::_rehash' => ['', 'callable='=>'callable'],
94589458
'RedisArray::_target' => ['string', 'key'=>'string'],
9459-
'RedisCluster::__construct' => ['void', 'name'=>'string', 'seeds'=>'array', 'timeout='=>'float', 'readTimeout='=>'float', 'persistent='=>'bool|false', 'auth='=>'string|null'],
9459+
'RedisCluster::__construct' => ['void', 'name'=>'string|null', 'seeds'=>'array', 'timeout='=>'float', 'readTimeout='=>'float', 'persistent='=>'bool|false', 'auth='=>'string|null'],
94609460
'RedisCluster::_masters' => ['array'],
94619461
'RedisCluster::_prefix' => ['string', 'value'=>'mixed'],
94629462
'RedisCluster::_serialize' => ['mixed', 'value'=>'mixed'],

0 commit comments

Comments
 (0)