Skip to content

Commit 2235592

Browse files
CS fixes
1 parent 2ef9166 commit 2235592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public function testDumpMultiLineStringAsScalarBlock()
677677
nested_inlined_multi_line_string: { inlined_multi_line: "foo\nbar\r\nempty line:\n\nbaz" }
678678

679679
YAML
680-
);
680+
);
681681
$this->assertSame($expected, $yml);
682682
$this->assertSame($data, $this->parser->parse($yml));
683683
}

0 commit comments

Comments
 (0)