mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
N°9144 Replace strings with class names
This commit is contained in:
@@ -36,7 +36,7 @@ class WizStepDataAudit extends WizStepInstall
|
||||
|
||||
public function GetPossibleSteps()
|
||||
{
|
||||
return ['WizStepSummary'];
|
||||
return [WizStepSummary::class];
|
||||
}
|
||||
|
||||
public function GetNextButtonLabel()
|
||||
@@ -56,7 +56,7 @@ class WizStepDataAudit extends WizStepInstall
|
||||
|
||||
public function UpdateWizardStateAndGetNextStep($bMoveForward = true)
|
||||
{
|
||||
return ['class' => 'WizStepSummary', 'state' => ''];
|
||||
return ['class' => WizStepSummary::class, 'state' => ''];
|
||||
}
|
||||
|
||||
public function CanComeBack()
|
||||
|
||||
Reference in New Issue
Block a user