Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec9cbab

Browse files
minor #19798 [DomCrawler] Fixed typo in doc comment (aboks)
This PR was merged into the 3.2-dev branch. Discussion ---------- [DomCrawler] Fixed typo in doc comment | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 98d2c9d [DomCrawler] Fixed typo in doc comment
2 parents b835ab1 + 98d2c9d commit ec9cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public function html()
595595
/**
596596
* Evaluates an XPath expression.
597597
*
598-
* Since an XPath expression might evaluate to either a simple type or a \DOMDoneList,
598+
* Since an XPath expression might evaluate to either a simple type or a \DOMNodeList,
599599
* this method will return either an array of simple types or a new Crawler instance.
600600
*
601601
* @param string $xpath An XPath expression

0 commit comments

Comments
 (0)