[phpstorm-stubs] WI-68667 return type of static XMLReader::open() should be bool|XMLReader

This commit is contained in:
Ivan Fedorov 2022-11-05 13:03:05 +01:00
parent cea31eee19
commit 88a3622b7f
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class XMLReader
* A bitmask of the LIBXML_*
* constants.
* </p>
* @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. If called statically, returns an
* @return XMLReader|bool <b>TRUE</b> on success or <b>FALSE</b> on failure. If called statically, returns an
* <b>XMLReader</b> or <b>FALSE</b> on failure.
* @since 5.1.2
*/