N°8981 : add type in function

This commit is contained in:
odain
2026-01-05 17:18:55 +01:00
parent 774fe22ece
commit fdfe9224c3

View File

@@ -1555,7 +1555,7 @@ JS
return $sHtml;
}
public static function GetConfig($oWizard)
public static function GetConfig(WizardController $oWizard)
{
$oConfig = new Config();
$sSourceDir = $oWizard->GetParameter('source_dir', '');