Skip to content

Commit a653cb0

Browse files
committed
Disable rector parallel
1 parent 994407d commit a653cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
PHPUnitSetList::REMOVE_MOCKS,
6161
]);
6262

63-
$rectorConfig->parallel();
63+
$rectorConfig->disableParallel();
6464

6565
// paths to refactor; solid alternative to CLI arguments
6666
$rectorConfig->paths([__DIR__ . '/app', __DIR__ . '/system', __DIR__ . '/tests', __DIR__ . '/utils']);

0 commit comments

Comments
 (0)