mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°9144 Fix CodeStyle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user