Skip to content

Commit 4027ad9

Browse files
committed
Enable parallel processing in php-cs-fixer config
1 parent 46e21c4 commit 4027ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
/** @disregard P1009 */
4242
return (new PhpCsFixer\Config())
43+
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
4344
->setRules([
4445
'fully_qualified_strict_types' => true,
4546
'is_null' => true,

0 commit comments

Comments
 (0)