summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc')
-rw-r--r--ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc b/ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc
index 77b81271c9..c8fc93aaa3 100644
--- a/ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc
+++ b/ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc
@@ -11,8 +11,8 @@ class SOAP_Interop_GroupB {
function echoSimpleTypesAsStruct($string, $int, $float)
{
return (object)array("varString" => $string,
- "varInt" => $int,
- "varFloat" => $float);
+ "varInt" => $int,
+ "varFloat" => $float);
}
function echoNestedStruct($struct)