ssch/typo3-rector
Automated TYPO3 upgrade and refactoring tool built on Rector. Apply codemods to TYPO3 sites/extensions to migrate between TYPO3 versions and remove deprecations. Install via Composer, generate config, run rector dry-run or process.
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?