@@ -52,7 +52,7 @@ |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * @param string $html |
55 | - * @return NodeInterface |
|
55 | + * @return \DOMNode |
|
56 | 56 | * @throws Exception\LogicException |
57 | 57 | */ |
58 | 58 | public function replaceWith($html) |
@@ -66,8 +66,8 @@ |
||
66 | 66 | |
67 | 67 | /** |
68 | 68 | * @param string $source |
69 | - * @param array|null $options |
|
70 | - * @return bool |
|
69 | + * @param integer $options |
|
70 | + * @return \DOMDocument |
|
71 | 71 | */ |
72 | 72 | public function loadHTML($source, $options = null) |
73 | 73 | { |