Task #72071
closedUse variable argument-lists instead of func_get_args()
100%
Description
Supported since PHP 5.6. This makes the code easier to read in quite some cases and allows to properly document using phpdoc.
https://secure.php.net/manual/en/functions.arguments.php#functions.variable-arg-list
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45143
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45143
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45143
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45143
Updated by Benni Mack over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5bf153899dd8122a56adffff6985be0bc4bcc629.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47138
Updated by Benni Mack over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset a03668a809892fe3abcbc18a9e4b632a2ba3ba17.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Updated by Alexander Schnitzler over 6 years ago
- Related to Task #84956: [TASK] Use variable argument-list with ObjectManager::get added