Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-05-18 17:25:31 +02:00
parent 271ba884db
commit f99b1b261a
3 changed files with 3 additions and 3 deletions

View File

@ -221,7 +221,7 @@ foreach ($fulltree as $key => $val) {
$nbofentries = (count($data) - 1); $nbofentries = (count($data) - 1);
$morethan1level = 0; $morethan1level = 0;
foreach($data as $record) { foreach ($data as $record) {
if (!empty($record['fk_menu']) && $record['fk_menu'] > 0) { if (!empty($record['fk_menu']) && $record['fk_menu'] > 0) {
$morethan1level = 1; $morethan1level = 1;
} }

View File

@ -1493,7 +1493,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
} }
.smallonsmartphone { .smallonsmartphone {
font-size: 0.8em; font-size: 0.8em;
} }
} }

View File

@ -1504,7 +1504,7 @@ table[summary="list_of_modules"] .fa-cog {
} }
.smallonsmartphone { .smallonsmartphone {
font-size: 0.8em; font-size: 0.8em;
} }
} }