summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug42326.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug42326.phpt')
-rw-r--r--ext/soap/tests/bugs/bug42326.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug42326.phpt b/ext/soap/tests/bugs/bug42326.phpt
index 2e6c7c3501..a1d8d59fc0 100644
--- a/ext/soap/tests/bugs/bug42326.phpt
+++ b/ext/soap/tests/bugs/bug42326.phpt
@@ -28,7 +28,7 @@ class SOAP_GetProductsResponse {
public $products;
function __construct(){
$this->products = new SOAP_productDetailsType();
-
+
}
}