summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap007.phpt')
-rw-r--r--ext/soap/tests/typemap007.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/tests/typemap007.phpt b/ext/soap/tests/typemap007.phpt
index b3451f1dae..1dd2becb61 100644
--- a/ext/soap/tests/typemap007.phpt
+++ b/ext/soap/tests/typemap007.phpt
@@ -18,13 +18,13 @@ class TestSoapClient extends SoapClient{
</res>
</ns1:dotest2Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
EOF;
- }
+ }
}
class book{
public $a="a";
public $b="c";
-
+
}
function book_from_xml($xml) {