From f5ddbbbe0e2de69f485c732f3672abcb34708207 Mon Sep 17 00:00:00 2001 From: jf-cbd <121934370+jf-cbd@users.noreply.github.com> Date: Tue, 13 May 2025 16:59:43 +0200 Subject: [PATCH] Rollback typing parameter --- setup/backup.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/backup.class.inc.php b/setup/backup.class.inc.php index f0f222814..424578973 100644 --- a/setup/backup.class.inc.php +++ b/setup/backup.class.inc.php @@ -628,7 +628,7 @@ EOF; * @return string the command to launch mysqldump (without its params) * @throws \BackupException */ - public static function MakeSafeMySQLCommand(string $sMySQLBinDir, string $sCmd) + public static function MakeSafeMySQLCommand($sMySQLBinDir, string $sCmd) { if (empty($sMySQLBinDir)) { $sMySQLCommand = $sCmd;