Skip to content

Commit 22f8f6f

Browse files
authored
Merge branch refs/heads/1.8.x into 1.9.x
2 parents 43d6b0b + 02f0f89 commit 22f8f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9484,7 +9484,7 @@
94849484
'RedisCluster::dbSize' => ['int', 'nodeParams'=>'string'],
94859485
'RedisCluster::decr' => ['int', 'key'=>'string'],
94869486
'RedisCluster::decrBy' => ['int', 'key'=>'string', 'value'=>'int'],
9487-
'RedisCluster::del' => ['int', 'key1'=>'int', 'key2='=>'string', 'key3='=>'string'],
9487+
'RedisCluster::del' => ['int', 'key1'=>'int|string', 'key2='=>'int|string', 'key3='=>'int|string'],
94889488
'RedisCluster::discard' => [''],
94899489
'RedisCluster::dump' => ['string', 'key'=>'string'],
94909490
'RedisCluster::echo' => ['mixed', 'nodeParams'=>'string', 'msg'=>'string'],

0 commit comments

Comments
 (0)