You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unused variable is not reported as such if another variable with the same name is used in another scope. In the example below, $b of MyFunc2 should be reported as being unused but it is not detected by the analyzer. If the var. is renamed to e.g. $c it is of course detected correctly.