-
typo3-rector (or rector?) wants to convert namespace class names to imports:
Is there a way to prevent that and just keep the code as it is? This rule is unfortunately not listed in the "applied rules" list, thus I don't know how to disable it. |
Beta Was this translation helpful? Give feedback.
Answered by
cweiske
May 12, 2022
Replies: 1 comment
-
Ah. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cweiske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah.
$rectorConfig->importNames();
https://github.com/rectorphp/rector/blob/main/docs/auto_import_names.md