mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
setup: phpstan level 1
This commit is contained in:
@@ -140,7 +140,8 @@ SQL;
|
||||
}
|
||||
|
||||
SetupLog::Info(__METHOD__, null, ["product_name" => $aResult['product_name'], "product_version" => $aResult['product_version']]);
|
||||
return empty($aResult) ? false : $aResult;
|
||||
|
||||
return count($aResult) == 0 ? false : $aResult;
|
||||
}
|
||||
|
||||
private function ComputeInstalledModules(array $aSelectInstall): array
|
||||
|
||||
Reference in New Issue
Block a user