Skip to content

Commit

Permalink
CS: re-apply trailing_comma_in_multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Nov 25, 2024
1 parent 81f032d commit c9a49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Normalizer/ObjectNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ public function testNormalizeWithMethodNamesSimilarToAccessors()
'tell' => true,
'class' => true,
'responsibility' => true,
123 => 321
123 => 321,
], $normalized);
}
}
Expand Down

0 comments on commit c9a49af

Please sign in to comment.