@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param string $xpath |
25 | 25 | * @param DOMNode|null $scope |
26 | 26 | * @throws InvalidArgumentException If xpath is not valid |
27 | - * @return DOMNodeList|false |
|
27 | + * @return \DOMNodeList |
|
28 | 28 | */ |
29 | 29 | public function query($xpath, DOMNode $scope = null, $registerNodeNS = null) |
30 | 30 | { |