We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6954ed9 + 16fe9bf commit db3f17bCopy full SHA for db3f17b
Tests/Encoder/XmlEncoderTest.php
@@ -74,7 +74,7 @@ public function testAttributes()
74
'@Type' => 'test',
75
),
76
'föo_bär' => 'a',
77
- 'Bar' => array(1,2,3),
+ 'Bar' => array(1, 2, 3),
78
'a' => 'b',
79
);
80
$expected = '<?xml version="1.0"?>'."\n".
@@ -384,7 +384,7 @@ public function testDecodeWithoutItemHash()
384
385
386
387
388
389
390
$expected = array(
@@ -397,7 +397,7 @@ public function testDecodeWithoutItemHash()
397
398
399
400
401
402
403
$xml = $this->encoder->encode($obj, 'xml');
0 commit comments