Skip to content

Commit 8e71385

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 17f70c9 commit 8e71385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/ParserTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,14 +1771,14 @@ public static function wrappedUnquotedStringsProvider()
17711771
[
17721772
'foo' => 'bar bar',
17731773
'fiz' => 'cat cat',
1774-
]
1774+
],
17751775
],
17761776
'sequence' => [
17771777
'[ bar bar, cat cat ]',
17781778
[
17791779
'bar bar',
17801780
'cat cat',
1781-
]
1781+
],
17821782
],
17831783
];
17841784
}
@@ -2218,7 +2218,7 @@ public static function inlineNotationSpanningMultipleLinesProvider(): array
22182218
<<<YAML
22192219
map: {key: "value", a: "b"} # comment
22202220
param: "some"
2221-
YAML
2221+
YAML,
22222222
],
22232223
'mixed mapping with compact inline notation on one line' => [
22242224
[

0 commit comments

Comments
 (0)