Actions
Bug #95730
closedWrong return type annotations in Result->getFlattenedErrors()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2021-10-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In a custom developed extension, PHPStan is complaining about
typo3/sysext/extbase/Classes/Error/Result.php -> getFlattenedErrors()
returning the wrong type. It is annotated as "Error[]" but actually returns "Error[][]".
Updated by Gerrit Code Review about 3 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/+/71936
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71916
Updated by Robert Kärner about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5db9be7a8e630beb2d9e03fa012b152a33952569.
Actions