N°9144 Fix CodeStyle

This commit is contained in:
Timothee
2026-02-09 15:10:17 +01:00
parent 709a278df9
commit a2496f4e15
20 changed files with 38 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* Copyright (C) 2013-2026 Combodo SAS
*
@@ -23,8 +24,6 @@ use Combodo\iTop\Application\WebPage\WebPage;
*/
class WizStepSummary extends AbstractWizStepInstall
{
public function GetTitle()
{
$sMode = $this->oWizard->GetParameter('mode', 'install');
@@ -203,7 +202,6 @@ class WizStepSummary extends AbstractWizStepInstall
}
}
$aBackupChecks = SetupUtils::CheckBackupPrerequisites($sDBBackupPath, $sMySQLBinDir);
$bCanBackup = true;
$sMySQLDumpMessage = '';
@@ -244,8 +242,6 @@ JS
);
}
/**
* Tells whether the "Next" button should be enabled interactively
* @return string A piece of javascript code returning either true or false