Skip to content

Commit

Permalink
chore: php cs fixer en mode parallélisé
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jan 9, 2025
1 parent 59b6c3d commit 3cebf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
;

return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setRules([
'@Symfony' => true,
])
Expand Down

0 comments on commit 3cebf3c

Please sign in to comment.