Skip to content

Commit 8981672

Browse files
committed
chore: remove parallel configuration as it causes issues in rpc mode
1 parent 5124d8c commit 8981672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer.dist.php

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
]);
3030

3131
return (new PhpCsFixer\Config())
32-
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
3332
->setRiskyAllowed(true)
3433
->setRules([
3534
'@DoctrineAnnotation' => true,

0 commit comments

Comments
 (0)