From 159a42c581785318e8aa92bc35f92cd58483ac67 Mon Sep 17 00:00:00 2001 From: blackie Date: Sun, 7 Nov 2021 20:18:31 +0100 Subject: [PATCH] fixup! RedisCluster::setOption() argument types incorrect #4708 --- dictionaries/CallMap_74_delta.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dictionaries/CallMap_74_delta.php b/dictionaries/CallMap_74_delta.php index c4d7a9e9e..6e3e73824 100644 --- a/dictionaries/CallMap_74_delta.php +++ b/dictionaries/CallMap_74_delta.php @@ -36,6 +36,10 @@ return [ 'old' => ['resource|false', 'command'=>'string', 'descriptorspec'=>'array', '&w_pipes'=>'resource[]', 'cwd='=>'?string', 'env='=>'?array', 'other_options='=>'array'], 'new' => ['resource|false', 'cmd'=>'string|array', 'descriptorspec'=>'array', '&w_pipes'=>'resource[]', 'cwd='=>'?string', 'env='=>'?array', 'other_options='=>'array'], ], + 'RedisCluster::setOption' => [ + 'old' => ['bool', 'name'=>'string', 'value'=>'string'], + 'new' => ['bool', 'name'=>'string|int', 'value'=>'string|int'], + ] ], 'removed' => [ ],