Breaking: #101469 - Introduce type declarations in FolderInterface
See forge#101469
Description
Return and param type declarations have been introduced for all methods stubs
of \TYPO3\
.
Impact
In consequence, all implementations of \TYPO3\
need to reflect those changes and add the same return and param type declarations.
In case, any of the Core implementations are extended, overridden methods might need to
be adjusted. The Core classes, implementing \TYPO3\
are:
Affected installations
All installations that implement \TYPO3\
or that extend either \TYPO3\
or
\TYPO3\
.
Migration
Add the same param and return type declarations the interface does.