Skip to content

Commit 33df860

Browse files
committed
New encoder can detect float
1 parent 903ae55 commit 33df860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbstractDecoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public function test_it_decodes_xsd_any_type()
678678
);
679679

680680
$decoded = $this->getDecoder()->decode('validate', $response);
681-
static::assertSame($output, $decoded);
681+
static::assertSame($output, (string) $decoded);
682682
}
683683

684684
public function test_it_decodes_xsd_any_uri()

0 commit comments

Comments
 (0)