mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°9144 Fix CodeStyle
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Copyright (C) 2013-2026 Combodo SAS
|
||||
*
|
||||
@@ -157,8 +158,7 @@ class WizStepModulesChoice extends WizardStep
|
||||
$sMode = $this->oWizard->GetParameter('mode', 'install');
|
||||
if ($sMode == 'install') {
|
||||
return ['class' => 'WizStepSummary', 'state' => ''];
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return ['class' => 'WizStepDataAudit', 'state' => ''];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user