Breaking: #101133 - IconFactory->getIcon() signature change
See forge#101133
Description
The public method
get in
\TYPO3\
has changed its 4th parameter, in order to prepare the removal
of class
\TYPO3\.
Impact
Custom extensions extending the
get method of class
\TYPO3\ not having the same signature
will fail with a PHP fatal error.
Affected installations
Custom extensions extending the
get method from class
\TYPO3\.
Migration
Adapt the 4th parameter of
get to be of type
\TYPO3\
In addition, adapt the code in the body of the method.