Skip to content

Commit

Permalink
TASK: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Dec 18, 2024
1 parent 7db73c1 commit 6466cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/YamlProcessing/YamlWithComments.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function dump(array $input): string
{
$sortedInput = self::sort($input);

$yamlAsString = Yaml::dump($sortedInput, 100, 2, );
$yamlAsString = Yaml::dump($sortedInput, 100, 2);

// WARNING: we had sneaky bugs in the regex below, only on some systems.
// the old regex was "|(\s*)'[^']+##': '##([a-zA-Z0-9+=]+)'|m"
Expand Down

0 comments on commit 6466cd8

Please sign in to comment.