Skip to content

Commit 44530a5

Browse files
authored
Merge pull request #6861 from codeigniter4/dependabot/composer/rector/rector-0.14.8
chore: update rector/rector requirement from 0.14.7 to 0.14.8
2 parents e33a00e + 3884e59 commit 44530a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpunit/phpcov": "^8.2",
2727
"phpunit/phpunit": "^9.1",
2828
"predis/predis": "^1.1 || ^2.0",
29-
"rector/rector": "0.14.7"
29+
"rector/rector": "0.14.8"
3030
},
3131
"suggest": {
3232
"ext-imagick": "If you use Image class ImageMagickHandler",

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->disableParallel();
63+
$rectorConfig->parallel(240, 8, 1);
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)