mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
setup: phpstan level 0
This commit is contained in:
@@ -599,7 +599,7 @@ class SetupUtils
|
||||
// create and test destination location
|
||||
//
|
||||
$sDestDir = dirname($sDBBackupPath);
|
||||
setuputils::builddir($sDestDir);
|
||||
SetupUtils::builddir($sDestDir);
|
||||
if (!is_dir($sDestDir)) {
|
||||
$aResult[] = new CheckResult(CheckResult::ERROR, "$sDestDir does not exist and could not be created.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user