We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5124d8c commit 8981672Copy full SHA for 8981672
.php-cs-fixer.dist.php
@@ -29,7 +29,6 @@
29
]);
30
31
return (new PhpCsFixer\Config())
32
- ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
33
->setRiskyAllowed(true)
34
->setRules([
35
'@DoctrineAnnotation' => true,
0 commit comments