Avoid :param_count warning for case of varargs.
When using variable number of arguments it's common that the arguments are read from `arguments` array instead of the actual parameter variables.
Loading
Please register or sign in to comment
When using variable number of arguments it's common that the arguments are read from `arguments` array instead of the actual parameter variables.