Skip to content

Commit 0448d60

Browse files
Enable parallel processing
1 parent 9c2eaf4 commit 0448d60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .php-cs-fixer.dist.php

+2
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,6 @@
317317

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

320+
$config->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());
321+
320322
return $config;

0 commit comments

Comments
 (0)