File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ static const func_info_t func_infos[] = {
434
434
F1 ("timezone_name_from_abbr" , MAY_BE_FALSE | MAY_BE_STRING ),
435
435
F1 ("timezone_transitions_get" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
436
436
F1 ("timezone_location_get" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_DOUBLE | MAY_BE_ARRAY_OF_STRING ),
437
- F1 ("timezone_identifiers_list" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING ),
437
+ F1 ("timezone_identifiers_list" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING ),
438
438
F1 ("timezone_abbreviations_list" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ARRAY ),
439
439
F1 ("timezone_version_get" , MAY_BE_STRING ),
440
440
F1 ("date_interval_create_from_date_string" , MAY_BE_FALSE | MAY_BE_OBJECT ),
You can’t perform that action at this time.
0 commit comments