Breaking: #101311 - Make the parameter for GeneralUtility::sanitizeLocalUrl required
See forge#101311
Description
The (only) parameter for
\TYPO3\
is now required.
Impact
Calling
General
without an argument will result
in a PHP error.
Affected installations
Only those installations that call
General
without an argument.
The extension scanner will detect affected usages as a strong match.
Migration
Make sure to pass an argument to
General
.