Fix CI by fixing code style

This commit is contained in:
Stephen Abello
2026-03-05 15:28:27 +01:00
parent 3b8e079cf1
commit 929b8b9eca
3 changed files with 8 additions and 4 deletions

View File

@@ -979,7 +979,9 @@ CSS;
}
}
}
array_map(function ($sVariableValue) { return ltrim($sVariableValue); }, $aVariablesResults);
array_map(function ($sVariableValue) {
return ltrim($sVariableValue);
}, $aVariablesResults);
return $aVariablesResults;
}