Skip to content

Commit

Permalink
TASK: Update to Rector 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Dec 5, 2022
1 parent 60b5d83 commit c34c476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nette/utils": "^3.0",
"nikic/php-parser": "^4.14",
"phpstan/phpstan": "^1.7.12",
"rector/rector": "0.14.8",
"rector/rector": "0.15.0",
"symfony/console": "^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.26",
"symfony/polyfill-php81": "^1.26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
use Ssch\TYPO3Rector\Set\Extension\NimutTestingFrameworkSetList;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->disableImportNames();
$rectorConfig->importNames(false);
$rectorConfig->sets([NimutTestingFrameworkSetList::NIMUT_TESTING_FRAMEWORK_TO_TYPO3_TESTING_FRAMEWORK]);
};
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->import(__DIR__ . '/../../../../../../config/config_test.php');
$rectorConfig->disableImportNames();
$rectorConfig->importNames(false);
$rectorConfig->rule(RefactorTypeInternalTypeFileAndFileReferenceToFalRector::class);
};

0 comments on commit c34c476

Please sign in to comment.