Rollback typing parameter

This commit is contained in:
jf-cbd
2025-05-13 16:59:43 +02:00
committed by GitHub
parent 6811a82e1a
commit f5ddbbbe0e

View File

@@ -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;