typo3-rector icon indicating copy to clipboard operation
typo3-rector copied to clipboard

Readd segment to prevent FQN for older core versions

Open helsner opened this issue 1 year ago • 0 comments

As upgrades often go step by step we should readd a commented segment. This should prevent the FQN change in the files:

'ext_localconf.php',
'ext_tables.php',
'ClassAliasMap.php',
__DIR__ . '/**/Configuration/*.php',
__DIR__ . '/**/Configuration/**/*.php',

helsner avatar Sep 21 '22 09:09 helsner