ssch/typo3-rector
Automated upgrades and refactoring for TYPO3 sites and extensions using Rector. Apply version migrations, remove deprecations, and modernize code safely in development with configurable rule sets for TYPO3 7–12+.
Some people expect simply too much of TYPO3 Rector. To avoid these high expectations, this section in the documentation exists.
At the moment TYPO3 Rector is not able to refactor the following things:
$GLOBALS['TYPO3_DB'] to Doctrine DBAL (only a few simple cases)internal_type=file to FALThis list does not claim to be exhaustive. There are certainly many other things that TYPO3 Rector cannot yet take on.
Have a look at all the currently available rules
Rector uses nikic/php-parser, built on technology called an abstract syntax tree (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted code in both PHP and docblock annotations. That's why your project needs to have a coding standard tool and a set of formatting rules, so it can make Rector's output code nice and shiny again.
How can I help you explore Laravel packages today?