mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Specify coding style and follow it
This commit is contained in:
@@ -49,7 +49,8 @@ class AdminerEditCalendar {
|
||||
. ($field["type"] == "time" ? "timepicker({ $timeFormat })"
|
||||
: (preg_match("~time~", $field["type"]) ? "datetimepicker({ $dateFormat, $timeFormat })"
|
||||
: "datepicker({ $dateFormat })"
|
||||
)) . ";");
|
||||
)) . ";"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user