Actions
Task #101377
closedReplace some GU methods with better named ones
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-07-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Taken as an idea from https://review.typo3.org/c/Packages/TYPO3.CMS/+/79955?tab=comments:
Add new versions of the methods that have a `$list` parameter,
1. giving them a better name
2. changing their API to use variadic parameters
3. update the old methods to call the new ones
4. deprecated the old method with a RST and scanner entries
Actions