summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug42086.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug42086.phpt')
-rw-r--r--ext/soap/tests/bugs/bug42086.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug42086.phpt b/ext/soap/tests/bugs/bug42086.phpt
index 6edc06f879..35e5ef0e07 100644
--- a/ext/soap/tests/bugs/bug42086.phpt
+++ b/ext/soap/tests/bugs/bug42086.phpt
@@ -20,7 +20,7 @@ function firstFunctionWithoutParam() {
$ret->param = "firstFunctionWithoutParam";
return $ret;
}
-
+
$server = new SoapServer(dirname(__FILE__).'/bug42086.wsdl',
array('features'=>SOAP_SINGLE_ELEMENT_ARRAYS));
$server->addFunction('firstFunctionWithoutParam');