From 927b830672df57039fc2dea8b5a3853c46a78095 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 15 Apr 2024 23:57:05 +0200 Subject: [PATCH] [TASK] Add more Rector rules from Rector 2.3.0 Fixes #521 --- rector.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rector.php b/rector.php index 92f5d8b..6976a88 100644 --- a/rector.php +++ b/rector.php @@ -34,6 +34,9 @@ Typo3SetList::TYPO3_11, + // Typo3SetList::CODE_QUALITY, + // Typo3SetList::GENERAL, + // TYPO3TestingFrameworkSetList::TYPO3_TESTING_FRAMEWORK_7, // LevelSetList::UP_TO_PHP_53,