fixed typo

This commit is contained in:
Cüneyt Şentürk
2021-01-15 12:09:23 +03:00
parent e9bf2b2b77
commit 97e66ca049
6 changed files with 11 additions and 7 deletions

View File

@ -81,7 +81,7 @@ trait DateTime
if (in_array($group, $use_zones)) {
// Initialize the group if necessary.
if (!isset($groups[$group])) {
$groups[$group] = array();
$groups[$group] = [];
}
// Only add options where a locale exists.