Skip to content

Commit

Permalink
Enable parallel processing of files
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 16, 2024
1 parent 78eca7b commit de0deae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,6 @@

$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-master"] ?? 'unknown');

$config->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

return $config;

0 comments on commit de0deae

Please sign in to comment.