Skip to content

Commit

Permalink
Using php-cs-fixer parallel (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored Jun 24, 2024
1 parent f9dfe19 commit ce70f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setParallelConfig(new PhpCsFixer\Runner\Parallel\ParallelConfig(8, 24))
->setRules([
'@PSR2' => true,
'@Symfony' => true,
Expand Down

0 comments on commit ce70f7a

Please sign in to comment.