Skip to content

Commit 318dd06

Browse files
committed
fixed CS
1 parent da8e4c0 commit 318dd06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/DumperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ public function testNonUtf8DataIsDumpedBase64Encoded()
296296
*/
297297
public function testDumpObjectAsMap($object, $expected)
298298
{
299-
300299
$yaml = $this->dumper->dump($object, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
301300

302301
$this->assertEquals($expected, Yaml::parse($yaml, Yaml::PARSE_OBJECT_FOR_MAP));

0 commit comments

Comments
 (0)