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

@@ -1,6 +1,7 @@
<?php
abstract class AbstractWizStepInstall extends WizardStep {
abstract class AbstractWizStepInstall extends WizardStep
{
/**
* Prepare the parameters to execute the installation asynchronously
* @return array A big hash array that can be converted to XML or JSON with all the needed parameters
@@ -89,4 +90,4 @@ abstract class AbstractWizStepInstall extends WizardStep {
return $aInstallParams;
}
}
}