Skip to content
Snippets Groups Projects
Commit 5bf15389 authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[TASK] Use variable argument-lists instead of func_get_args()

Supported since PHP 5.6. This makes the code easier to read
and allows to properly document using phpdoc.

https://secure.php.net/manual/en/functions.arguments.php#functions.variable-arg-list

Change-Id: Id04f768635eba7c70f1ea5ba6a7c01d00cb9fafc
Resolves: #72071
Releases: master
Reviewed-on: https://review.typo3.org/45143


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 6fc46ad7
Branches
Tags
No related merge requests found
Showing
with 51 additions and 103 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment