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

@@ -172,7 +172,7 @@ class WizardController
/** @var \WizardStep $oStep */
$oStep = new $sCurrentStepClass($this, $sCurrentState);
if ($oStep->ValidateParams()) {
if($oStep->CanComeBack()) {
if ($oStep->CanComeBack()) {
$this->PushStep(['class' => $sCurrentStepClass, 'state' => $sCurrentState]);
}
$aPossibleSteps = $oStep->GetPossibleSteps();
@@ -386,4 +386,3 @@ on the page's parameters
return $sOutput;
}
}