N°9144 Fix code style

This commit is contained in:
Timmy38
2026-04-24 09:12:31 +02:00
parent d0ddb35f8d
commit d358c41c24
3 changed files with 3 additions and 3 deletions

View File

@@ -1562,7 +1562,7 @@ EOF;
foreach ($aStatesOrder as $sState => $foo) {
$oState = $aStates[$sState];
$oInitialStatePath = $oState->GetOptionalElement('initial_state_path');
$sLifecycle .= " MetaModel::Init_DefineState(\n";
$sLifecycle .= " \"".$sState."\",\n";
$sLifecycle .= " array(\n";