Skip to content

Commit 9e5f1a7

Browse files
committed
SoapClient - fixed signature map for SoapClient::__call
1 parent f6c7deb commit 9e5f1a7

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
@@ -10241,7 +10241,7 @@
1024110241
'snmpset' => ['bool', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'type'=>'string', 'value'=>'mixed', 'timeout='=>'int', 'retries='=>'int'],
1024210242
'snmpwalk' => ['array|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'],
1024310243
'snmpwalkoid' => ['array|false', 'hostname'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'],
10244-
'SoapClient::__call' => ['', 'function_name'=>'string', 'arguments'=>'string'],
10244+
'SoapClient::__call' => ['', 'function_name'=>'string', 'arguments'=>'array'],
1024510245
'SoapClient::__construct' => ['void', 'wsdl'=>'mixed', 'options='=>'array'],
1024610246
'SoapClient::__doRequest' => ['string', 'request'=>'string', 'location'=>'string', 'action'=>'string', 'version'=>'int', 'one_way='=>'int'],
1024710247
'SoapClient::__getCookies' => ['array'],

0 commit comments

Comments
 (0)