8000
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.
1 parent b835ab1 commit 98d2c9dCopy full SHA for 98d2c9d
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