Skip to content

Commit

Permalink
disable php-cs-fixer parallelism since it breaks phpactor
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Oct 13, 2024
1 parent 1a7ad42 commit 05f9d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
'array_syntax' => ['syntax' => 'short'],
])
->setFinder($_phpcs_finder)
->setCacheFile("data/php-cs-fixer.cache")
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setCacheFile("data/php-cs-fixer.cache")
//->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
;

0 comments on commit 05f9d3f

Please sign in to comment.