Skip to content

Commit

Permalink
remove parallel fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jul 2, 2024
1 parent 059a966 commit d431a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/php-cs-fixer/php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

$config = new PhpCsFixer\Config();
$config
->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setCacheFile(__DIR__ . '/.php-cs-fixer.cache')
->registerCustomFixers(new PhpCsFixerCustomFixers\Fixers())
->setRiskyAllowed(true)
Expand Down

0 comments on commit d431a4a

Please sign in to comment.