fix complexity

This commit is contained in:
TomasVotruba 2020-02-29 12:37:22 +01:00
parent a5fb185c04
commit e6489efac1

View File

@ -122,11 +122,7 @@ PHP
return true;
}
if ($this->isNotIdenticalToNull($funcCall, $parentNode)) {
return true;
}
return false;
return $this->isNotIdenticalToNull($funcCall, $parentNode);
}
/**