fixing __soapCall() method signature (#619)

This commit is contained in:
Derek Stephen McLean 2019-06-20 00:52:46 +02:00 committed by Aleksander
parent 58c466ef42
commit 22ae8a4042
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class SoapClient {
* option set to <b>FALSE</b>, a SoapFault object will be returned.
* @since 5.0.1
*/
public function __soapCall ($function_name, array $arguments, array $options = null, $input_headers = null, array &$output_headers = null) {}
public function __soapCall ($function_name, $arguments, $options = null, $input_headers = null, &$output_headers = null) {}
/**
* Returns last SOAP request