Specify array value type in libxml_get_errors (#752)

Thanks for your contribution!
This commit is contained in:
Daniël Brekelmans 2020-03-19 14:32:21 +01:00 committed by GitHub
parent 429eac8eef
commit f840edac15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function libxml_clear_errors () {}
/**
* Retrieve array of errors
* @link https://php.net/manual/en/function.libxml-get-errors.php
* @return array an array with LibXMLError objects if there are any
* @return LibXMLError[] an array with LibXMLError objects if there are any
* errors in the buffer, or an empty array otherwise.
*/
function libxml_get_errors () {}