Skip to content

Commit

Permalink
[CI] Update rector config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Jul 2, 2024
1 parent 2c16c5c commit 8da91bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rector-ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@
LevelSetList::UP_TO_PHP_81,
PHPUnitSetList::PHPUNIT_90,
PHPUnitSetList::PHPUNIT_100,
NimutTestingFrameworkSetList::class::NIMUT_TESTING_FRAMEWORK_TO_TYPO3_TESTING_FRAMEWORK,
])
->registerService(
Typo3SetList::TYPO3_11,
Typo3SetList::TYPO3_12,
);
->registerService(Typo3SetList::TYPO3_11)
->registerService(Typo3SetList::TYPO3_12)
->registerService(NimutTestingFrameworkSetList::class::NIMUT_TESTING_FRAMEWORK_TO_TYPO3_TESTING_FRAMEWORK);


/**return static function (RectorConfig $rectorConfig): void {
Expand Down

0 comments on commit 8da91bf

Please sign in to comment.