Skip to content

Commit

Permalink
ISSUE-70: Prevent Rector from doing parallel things
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlOfSoup committed Mar 2, 2024
1 parent 19391d7 commit 0b00c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

return static function (RectorConfig $rectorConfig): void
{
$rectorConfig->disableParallel();

$rectorConfig->paths([
__DIR__,
]);
Expand Down

0 comments on commit 0b00c43

Please sign in to comment.