setup: phpstan level 0

This commit is contained in:
odain
2026-01-13 15:52:32 +01:00
committed by Eric Espie
parent fe6ba35ada
commit 5b4030a95f
10 changed files with 37 additions and 41 deletions

View File

@@ -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.");
}