mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
ci: fix tests and code style
This commit is contained in:
@@ -134,11 +134,11 @@ class ApplicationInstallSequencer extends StepSequencer
|
||||
$aSelectedExtensionCodes,
|
||||
$sInstallComment
|
||||
);
|
||||
$this->oRunTimeEnvironment->ExitReadOnlyMode();
|
||||
return $this->ComputeNextStep($sStep);
|
||||
|
||||
case 'commit':
|
||||
$this->oRunTimeEnvironment->Commit();
|
||||
$this->oRunTimeEnvironment->ExitReadOnlyMode();
|
||||
return $this->GetNextStep('', 'Completed', 100);
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user