Bug #88268
closedAbstractFileFolder::$originalResource has multiple identities
100%
Description
AbstractFileFolder::$originalResource has the following type annotation:\TYPO3\CMS\Core\Resource\ResourceInterface|\TYPO3\CMS\Core\Resource\AbstractFile|\TYPO3\CMS\Core\Resource\Folder|\TYPO3\CMS\Core\Resource\FileReference
This means, it has four possible types annotated. This can be slimmed, since all classes implement \TYPO3\CMS\Core\Resource\ResourceInterface
anyway. This also affects Extbase models, where the new ClassSchema throws an exception as it can't handle multiple types.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60649
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60651
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c0157883699d75f46ca5b1dd7459a089830f7738.