Skip to content

Commit eafd20b

Browse files
committed
enable parallel
1 parent bc3629d commit eafd20b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"phpstan/phpstan": "^1.0",
7575
"phpstan/phpstan-webmozart-assert": "^1.0",
7676
"pimple/pimple": "^3.2",
77-
"rector/rector": "0.12.9",
77+
"rector/rector": "0.12.10",
7878
"symfony/dependency-injection": "^5.0"
7979
},
8080
"suggest": {

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
$containerConfigurator->import(SetList::TYPE_DECLARATION_STRICT);
2424

2525
$parameters = $containerConfigurator->parameters();
26+
$parameters->set(Option::PARALLEL, true);
2627
$parameters->set(Option::PATHS, [__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec']);
2728
$parameters->set(Option::AUTO_IMPORT_NAMES, true);
2829

0 commit comments

Comments
 (0)