Revert "SimpleXML: better return annotation for xpath"

This commit is contained in:
Artemy Pestretsov 2019-04-26 14:30:48 +03:00 committed by GitHub
parent b0d555d088
commit 433e30c3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class SimpleXMLElement implements Traversable, ArrayAccess, Countable {
* @param string $path <p>
* An XPath path
* </p>
* @return static[] an array of SimpleXMLElement (or derived) objects or <b>FALSE</b> in
* @return SimpleXMLElement[] an array of SimpleXMLElement objects or <b>FALSE</b> in
* case of an error.
* @since 5.2.0
*/