-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
After upgrading from v2.9.0 to v2.10.2 I got a lot of false positives and I had to downgrade again. For example:
$var = NULL;
function foo(){
global $var;
// var used here
}
causes a VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
.
Also
if(($val = func()) !== FALSE){
$val->foo();
}
causes a VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
.
Metadata
Metadata
Assignees
Labels
No labels