Actions
Task #72071
closedUse variable argument-lists instead of func_get_args()
Start date:
2015-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
Actions