Skip to content

Commit

Permalink
Enable Parallel runs for CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jun 8, 2024
1 parent 43243b4 commit 6d95de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
'fully_qualified_strict_types' => false,
]
)
->setFinder($finder);
->setFinder($finder)
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

if (false) {
$resolver = new \PhpCsFixer\Console\ConfigurationResolver($config, [], '', new \PhpCsFixer\ToolInfo());
Expand Down

0 comments on commit 6d95de9

Please sign in to comment.