Deprecation: #87613 - Deprecate \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin
See forge#87613
Description
\TYPO3\
has been marked as deprecated and will be removed in TYPO3 11.0.
Impact
Calling
\TYPO3\
will trigger PHP
E_
error.
Affected Installations
All installations that call
\TYPO3\
.
Migration
Use the native php function
hex2bin
instead.