From 7e837aa29006e39dbbd45429fce225cb70afb0f2 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Tue, 13 Feb 2024 20:44:49 +0100 Subject: [PATCH] Disable AUTO_IMPORT_NAMES --- rector-ci.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector-ci.php b/rector-ci.php index 1564470ad..38cefe282 100644 --- a/rector-ci.php +++ b/rector-ci.php @@ -33,7 +33,7 @@ $rectorConfig->import(Typo3SetList::TYPO3_12); $rectorConfig->import(NimutTestingFrameworkSetList::NIMUT_TESTING_FRAMEWORK_TO_TYPO3_TESTING_FRAMEWORK); - $parameters->set(Option::AUTO_IMPORT_NAMES, true); + $parameters->set(Option::AUTO_IMPORT_NAMES, false); $parameters->set( Option::AUTOLOAD_PATHS,