Skip to content

Commit

Permalink
feat(code-quality-pack): PHP CS Fixer: enable parallel runner (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmirloup authored Jan 21, 2025
1 parent a3f5c96 commit 504c92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faros-ng/code-quality-pack/2.3/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
;

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

0 comments on commit 504c92a

Please sign in to comment.