diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index 5923ae42e..0c3c9ee41 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -1819,8 +1819,8 @@ return [ 'DateTimeZone::getName' => ['string'], 'DateTimeZone::getOffset' => ['int|false', 'datetime'=>'DateTimeInterface'], 'DateTimeZone::getTransitions' => ['array|false', 'timestamp_begin='=>'int', 'timestamp_end='=>'int'], -'DateTimeZone::listAbbreviations' => ['array|false'], -'DateTimeZone::listIdentifiers' => ['array|false', 'what='=>'int', 'country='=>'string'], +'DateTimeZone::listAbbreviations' => ['array>|false'], +'DateTimeZone::listIdentifiers' => ['list|false', 'what='=>'int', 'country='=>'string'], 'db2_autocommit' => ['mixed', 'connection'=>'resource', 'value='=>'int'], 'db2_bind_param' => ['bool', 'stmt'=>'resource', 'parameter_number'=>'int', 'variable_name'=>'string', 'parameter_type='=>'int', 'data_type='=>'int', 'precision='=>'int', 'scale='=>'int'], 'db2_client_info' => ['object|false', 'connection'=>'resource'], @@ -14584,7 +14584,7 @@ return [ 'time' => ['int'], 'time_nanosleep' => ['array{0:int,1:int}|bool', 'seconds'=>'int', 'nanoseconds'=>'int'], 'time_sleep_until' => ['bool', 'timestamp'=>'float'], -'timezone_abbreviations_list' => ['array|false'], +'timezone_abbreviations_list' => ['array>|false'], 'timezone_identifiers_list' => ['list|false', 'timezoneGroup='=>'int', 'countryCode='=>'?string'], 'timezone_location_get' => ['array|false', 'object'=>'DateTimeZone'], 'timezone_name_from_abbr' => ['string|false', 'abbr'=>'string', 'utcOffset='=>'int', 'isDST='=>'int'],