8000 Fix cs · symfony/symfony@06d0a98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d0a98

Browse files
authored
Fix cs
1 parent 0e1fcd3 commit 06d0a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ private static function parseStructure(StringReader $reader, $closingMarker, cal
520520

521521
do {
522522
$reader->consumeWhiteSpace();
523-
523+
524524
// bc support of [ foo, , ]
525525
} while ($reader->readChar(','));
526526
}

0 commit comments

Comments
 (0)
0