Actions
Task #89409
closedFix Extbase getArgument return type annotation
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2019-10-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
Right now the method can return whatever an argument is, but only string is defined within PHPDoc. E.g. arguments can be an array instead.
This prevents static code analysis for further code using this method, e.g. inside extensions.
Actions