Skip to content

Commit

Permalink
Merge pull request JetBrains#570 from quasilyte/patch-1
Browse files Browse the repository at this point in the history
SimpleXML: better return annotation for xpath
  • Loading branch information
pestretsov authored Apr 24, 2019
2 parents dfb676d + a17fc04 commit 05e2ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleXML/SimpleXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function saveXML ($filename = null) {}
* @param string $path <p>
* An XPath path
* </p>
* @return SimpleXMLElement[] an array of SimpleXMLElement objects or <b>FALSE</b> in
* @return static[] an array of SimpleXMLElement (or derived) objects or <b>FALSE</b> in
* case of an error.
* @since 5.2.0
*/
Expand Down

0 comments on commit 05e2ac4

Please sign in to comment.