mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
N°9144 Fix static analysis issues (#885)
* N°9144 Fix static analysis issues with phpstan * up to level 1 for all setup files * up to level 5 for all wizardsteps
This commit is contained in:
@@ -62,7 +62,7 @@ class WizStepInstallOrUpgrade extends WizardStep
|
||||
return new WizardState($sNextStep);
|
||||
}
|
||||
|
||||
public function Display(WebPage $oPage)
|
||||
public function Display(SetupPage $oPage): void
|
||||
{
|
||||
$sInstallMode = $this->oWizard->GetParameter('install_mode', '');
|
||||
$sDBServer = $this->oWizard->GetParameter('db_server', '');
|
||||
@@ -121,8 +121,7 @@ HTML
|
||||
$sDBName,
|
||||
$sDBPrefix,
|
||||
$sTlsEnabled,
|
||||
$sTlsCA,
|
||||
null
|
||||
$sTlsCA
|
||||
);
|
||||
|
||||
$sAuthentToken = $this->oWizard->GetParameter('authent', '');
|
||||
|
||||
Reference in New Issue
Block a user