Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b835ab1 + 98d2c9d commit ec9cbabCopy full SHA for ec9cbab
src/Symfony/Component/DomCrawler/Crawler.php
@@ -595,7 +595,7 @@ public function html()
595
/**
596
* Evaluates an XPath expression.
597
*
598
- * Since an XPath expression might evaluate to either a simple type or a \DOMDoneList,
+ * Since an XPath expression might evaluate to either a simple type or a \DOMNodeList,
599
* this method will return either an array of simple types or a new Crawler instance.
600
601
* @param string $xpath An XPath expression
0 commit comments