mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Rollback typing parameter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user