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 902fcc6 commit a83d410Copy full SHA for a83d410
system/Test/DOMParser.php
@@ -89,7 +89,7 @@ public function withString(string $content)
89
* Loads the contents of a file as a string
90
* so that we can work with it.
91
*
92
- * @return DOMParser
+ * @return $this
93
*/
94
public function withFile(string $path)
95
{
@@ -184,7 +184,7 @@ public function seeCheckboxIsChecked(string $element): bool
184
/**
185
* Search the DOM using an XPath expression.
186
187
- * @return DOMNodeList
+ * @return DOMNodeList|false
188
189
protected function doXPath(?string $search, string $element, array $paths = [])
190
0 commit comments