Skip to content

Do not assign `arguments`

When func_get_args() is used for an assignement, replace by Array.from(arguments) to avoid (forbidden) modification of the arguments array.

Merge request reports