We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e946b7 + c8bb8a9 commit 58e21bbCopy full SHA for 58e21bb
ux.symfony.com/.php-cs-fixer.dist.php
@@ -23,6 +23,8 @@
23
EOF;
24
25
return (new PhpCsFixer\Config())
26
+ // @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
27
+ ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
28
->setRules([
29
'@PHPUnit75Migration:risky' => true,
30
'@Symfony' => true,
0 commit comments