Actions
Task #100004
closedAdd iterable types to PageErrorHandlerInterface::handlePageError()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
The third argument $reasons
in TYPO3\CMS\Core\Error\PageErrorHandler\PageErrorHandlerInterface::handlePageError()
has no iterable types defined. When providing an implementation of this interfac, PHPStan complains about them. Thus, we should add the types for this argument.
Actions