Skip to content

Commit cdf5b85

Browse files
villfaondrejmirtes
authored andcommitted
Fix enchant_broker_list_dicts() return type
1 parent 7546777 commit cdf5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/SignatureMap/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306
'enchant_broker_get_dict_path' => ['string', 'broker'=>'resource', 'dict_type'=>'int'],
23072307
'enchant_broker_get_error' => ['string', 'broker'=>'resource'],
23082308
'enchant_broker_init' => ['resource'],
2309-
'enchant_broker_list_dicts' => ['string', 'broker'=>'resource'],
2309+
'enchant_broker_list_dicts' => ['array<int,array{lang_tag:string,provider_name:string,provider_desc:string,provider_file:string}>|false', 'broker'=>'resource'],
23102310
'enchant_broker_request_dict' => ['resource', 'broker'=>'resource', 'tag'=>'string'],
23112311
'enchant_broker_request_pwl_dict' => ['resource', 'broker'=>'resource', 'filename'=>'string'],
23122312
'enchant_broker_set_dict_path' => ['bool', 'broker'=>'resource', 'dict_type'=>'int', 'value'=>'string'],

0 commit comments

Comments
 (0)