Skip to content

Commit

Permalink
Fix files with PHP CS Fixer in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jun 2, 2024
1 parent 432d9fd commit 9f2b013
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 @@ -5,6 +5,7 @@
$finder = PhpCsFixer\Finder::create()->in(__DIR__);

return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setRiskyAllowed(true)
->setRules([
'@PER-CS2.0' => true,
Expand Down

0 comments on commit 9f2b013

Please sign in to comment.