mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add union return types with one class
This commit is contained in:
parent
100552d4b5
commit
c58b12334d
25 changed files with 176 additions and 283 deletions
|
@ -5,8 +5,7 @@ function libxml_set_streams_context($context): void {}
|
|||
|
||||
function libxml_use_internal_errors(bool $use_errors = UNKNOWN): bool {}
|
||||
|
||||
/** @return LibXMLError|false */
|
||||
function libxml_get_last_error() {}
|
||||
function libxml_get_last_error(): LibXMLError|false {}
|
||||
|
||||
function libxml_get_errors(): array {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue