coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

False unused parameter error

Open Temepest74 opened this issue 3 years ago • 0 comments

If I use func_get_args inside a function SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter will return an error.

I get why, but I think it should be an exception in this case. if func_get_args is used, in most cases, no parameter will be accessed directly

Temepest74 avatar Aug 02 '22 09:08 Temepest74