noverify icon indicating copy to clipboard operation
noverify copied to clipboard

linter: improved `unused` checker

Open fuale opened this issue 1 year ago • 0 comments

In the following cases:

$bar = 1; $obj->foo($bar); // consider $obj has __call magic method.

no need to throw a warning about an unused variable, if it inside magic method call.

fuale avatar Sep 30 '23 19:09 fuale