mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
fix complexity
This commit is contained in:
parent
a5fb185c04
commit
e6489efac1
@ -122,11 +122,7 @@ PHP
|
||||
return true;
|
||||
}
|
||||
|
||||
if ($this->isNotIdenticalToNull($funcCall, $parentNode)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return $this->isNotIdenticalToNull($funcCall, $parentNode);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user