Skip to content

Commit 58e21bb

Browse files
committed
minor #1983 [Site] Leverage PHP-CS-Fixer parralel runner (smnandre)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Site] Leverage PHP-CS-Fixer parralel runner (From symfony/symfony #57687 😅 ) Commits ------- c8bb8a9 [Site] Leverage PHP-CS-Fixer parralel runner
2 parents 7e946b7 + c8bb8a9 commit 58e21bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ux.symfony.com/.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
EOF;
2424

2525
return (new PhpCsFixer\Config())
26+
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
27+
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
2628
->setRules([
2729
'@PHPUnit75Migration:risky' => true,
2830
'@Symfony' => true,

0 commit comments

Comments
 (0)