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;