Commit bac61b43 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fix codestyle issue

issue #5809
Showing with 1 addition and 1 deletion
+1 -1
...@@ -141,7 +141,7 @@ class pluglist { ...@@ -141,7 +141,7 @@ class pluglist {
} }
if (isset($infos['plObjectType'])) { if (isset($infos['plObjectType'])) {
/* Convert object types to uppercase */ /* Convert object types to uppercase */
foreach(array_keys($infos['plObjectType']) as $key) { foreach (array_keys($infos['plObjectType']) as $key) {
if (is_numeric($key)) { if (is_numeric($key)) {
$infos['plObjectType'][$key] = strtoupper($infos['plObjectType'][$key]); $infos['plObjectType'][$key] = strtoupper($infos['plObjectType'][$key]);
} else { } else {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment