Actions
Task #99881
closedUse list as return type in GU::*explode methods
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
All GU::*explode
methods return lists of elements. Thus, the annotated type can be safely changed from array
to list
.
Actions