coding-standard
coding-standard copied to clipboard
False unused parameter error
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