Actions
Bug #103056
closedThe extension scanner does not report "Breaking: #96641 - TypoLink related hooks removed"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The change log entry can be found at: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-96641-TypoLinkRelatedHooksRemoved.html
I'd expect the scanner to report a strong match for those two occurences:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['typoLink_PostProc'][$extKey] = \Vendor\OurKey\LinkBuilding\CustomCssClassBasedOnType::class . '->process';
And:
\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($GLOBALS['TYPO3_CONF_VARS'], [ 'SC_OPTIONS' => [ 'tslib/class.tslib_content.php' => [ 'typoLink_PostProc' => [ $extKey => \Vendor\OurKey\LinkBuilding\CustomCssClassBasedOnType::class . '->process', ], ], ], ]);
Neither is reported.
Actions