From 433e30c3fd1a972de0cc6aa1b4fa05be9a1b997c Mon Sep 17 00:00:00 2001 From: Artemy Pestretsov Date: Fri, 26 Apr 2019 14:30:48 +0300 Subject: [PATCH] Revert "SimpleXML: better return annotation for xpath" --- SimpleXML/SimpleXML.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleXML/SimpleXML.php b/SimpleXML/SimpleXML.php index 720f81b1..1d7a93b3 100644 --- a/SimpleXML/SimpleXML.php +++ b/SimpleXML/SimpleXML.php @@ -66,7 +66,7 @@ class SimpleXMLElement implements Traversable, ArrayAccess, Countable { * @param string $path

* An XPath path *

- * @return static[] an array of SimpleXMLElement (or derived) objects or FALSE in + * @return SimpleXMLElement[] an array of SimpleXMLElement objects or FALSE in * case of an error. * @since 5.2.0 */