N°8981 : add type in function

This commit is contained in:
odain
2026-01-05 17:18:55 +01:00
committed by Eric Espie
parent 4678684ce6
commit 3b6ead1307

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', '');