function enchant_broker_get_dict_path($broker, int $name): string|false {}
/** @param resource $broker */
-function enchant_broker_list_dicts($broker): array {}
+function enchant_broker_list_dicts($broker): ?array {}
/**
* @param resource $broker
function enchant_broker_set_ordering($broker, string $tag, string $ordering): bool {}
/** @param resource $broker */
-function enchant_broker_describe($broker): array {}
+function enchant_broker_describe($broker): ?array {}
/** @param resource $dict */
function enchant_dict_quick_check($dict, string $word, &$suggestions = null): bool {}
ZEND_ARG_TYPE_INFO(0, name, IS_LONG, 0)
ZEND_END_ARG_INFO()
-ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_enchant_broker_list_dicts, 0, 1, IS_ARRAY, 0)
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_enchant_broker_list_dicts, 0, 1, IS_ARRAY, 1)
ZEND_ARG_INFO(0, broker)
ZEND_END_ARG_INFO()