Project

General

Profile

Actions

Task #101377

closed

Replace some GU methods with better named ones

Added by Oliver Klee over 1 year ago. Updated 4 months ago.

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 #1

Updated by Georg Ringer 4 months ago

  • Status changed from New to Closed

closing issues as it makes not much sense to just rename methods and move around as this is a big burden for devs. only option is IMHO to deprecate methods, e.g. because unused or native methods come around like string methods in PHP 8.x

Actions

Also available in: Atom PDF