Detects if function/method call uses more parameters than the declaration
Options:
-
Disable for functions/methods with last parameter $_ Ignores function with last parameter $_ in declaration
-
Disable for functions/methods with func_get_arg/func_get_args call Ignores functions with "func_get_arg", "func_get_args" calls inside