Skip to content

Commit cec45a9

Browse files
committed
fixed CS
1 parent 45fe843 commit cec45a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Encoder/JsonEncoderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function testOptions()
6161
$this->assertEquals($expected, $this->serializer->serialize($arr, 'json'), 'Context should not be persistent');
6262
}
6363

64-
6564
protected function getJsonSource()
6665
{
6766
return '{"foo":"foo","bar":["a","b"],"baz":{"key":"val","key2":"val","A B":"bar","item":[{"title":"title1"},{"title":"title2"}],"Barry":{"FooBar":{"Baz":"Ed","@id":1}}},"qux":"1"}';

0 commit comments

Comments
 (0)