mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Fix libxml_get_errors() return type
This commit is contained in:
parent
dedb4bba21
commit
b2c69ada43
@ -6841,7 +6841,7 @@ return [
|
||||
'levenshtein\'1' => ['int', 'string1'=>'string', 'string2'=>'string', 'insertion_cost'=>'int', 'repetition_cost'=>'int', 'deletion_cost'=>'int'],
|
||||
'libxml_clear_errors' => ['void'],
|
||||
'libxml_disable_entity_loader' => ['bool', 'disable='=>'bool'],
|
||||
'libxml_get_errors' => ['array<int,LibXMLError>'],
|
||||
'libxml_get_errors' => ['list<LibXMLError>'],
|
||||
'libxml_get_last_error' => ['LibXMLError|false'],
|
||||
'libxml_get_external_entity_loader' => ['(callable(string,string,array{directory:?string,intSubName:?string,extSubURI:?string,extSubSystem:?string}):(resource|string|null))|null'],
|
||||
'libxml_set_external_entity_loader' => ['bool', 'resolver_function'=>'(callable(string,string,array{directory:?string,intSubName:?string,extSubURI:?string,extSubSystem:?string}):(resource|string|null))|null'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user