We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2eaf4 commit 0448d60Copy full SHA for 0448d60
.php-cs-fixer.dist.php
@@ -317,4 +317,6 @@
317
318
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-main"] ?? 'unknown');
319
320
+$config->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());
321
+
322
return $config;
0 commit comments