Skip to content

Commit

Permalink
Rector - disable parallel run
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 6, 2022
1 parent 862c8ff commit c5d186b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/rector-downgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
$config->paths($cache->restore());
$config->phpVersion($targetPhpVersionId);
$config->skip(RectorCache::SKIP_PATHS);
$config->disableParallel();

if ($targetPhpVersionId < 80100) {
$config->rule(DowngradeReadonlyPropertyRector::class);
Expand Down

0 comments on commit c5d186b

Please sign in to comment.