Skip to content

Commit

Permalink
Remove ECS TrailingCommaInMultilineFixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Dec 18, 2024
1 parent b8dfe61 commit 50b6b4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
$config->ruleWithConfiguration(
NativeFunctionInvocationFixer::class,
['include' => ['@all'], 'scope' => 'all', 'strict' => \true]);

$config->ruleWithConfiguration(
TrailingCommaInMultilineFixer::class,
['elements' => ['arrays']]);
};

0 comments on commit 50b6b4c

Please sign in to comment.