Skip to content

Commit c5d186b

Browse files
committed
Rector - disable parallel run
1 parent 862c8ff commit c5d186b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/rector-downgrade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
$config->paths($cache->restore());
2929
$config->phpVersion($targetPhpVersionId);
3030
$config->skip(RectorCache::SKIP_PATHS);
31+
$config->disableParallel();
3132

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

0 commit comments

Comments
 (0)