Henrik Elsner
Henrik Elsner
We should check along with #3132 if it resolves that
As the existing Args are ignored we use the @param to resolve the type, which leads us to bool. Other than that we should try to fix the doubling of...
Same here ATM - i'm working on a project which is getting an upgrade while the live version for this is working, but not the local one.. The whole thing...
see e.g. `\Ssch\TYPO3Rector\Rector\v12\v0\tca\RemoveTCAInterfaceAlwaysDescriptionRector` as reference. Change up the handling to be based on ctrl instead of interface and change the `always_description` key
see e.g. `\Ssch\TYPO3Rector\Rector\v12\v0\typoscript\RemoveDisablePageExternalUrlOptionRector` as reference
migration: replace usages of `Icon::SIZE_DEFAULT` with `Icon::SIZE_MEDIUM`
usage example `$iconFactory->getIcon('foo', Icon::SIZE_MEDIUM, 'bar')` Here we should replace the icon. Currently i'm not sure the RenameConstantRector can handle class constants? i looked at the code and it looks more...
missing in the RST file: `\TYPO3\CMS\Core\Messaging\AbstractMessage` @sabbelasichon is there a quick way to migrate this with some existing alias mapping or similar?
see e.g. `\Ssch\TYPO3Rector\Rector\v12\v0\typoscript\RemoveDisablePageExternalUrlOptionRector` as reference