@@ -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 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace WebinoDraw\Dom; |
| 12 | 12 | |
| 13 | 13 | use DOMXpath; |
| 14 | -use WebinoDraw\Exception; |
|
| 15 | 14 | |
| 16 | 15 | /** |
| 17 | 16 | * Extended DOMDocument |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | use DOMElement; |
| 14 | 14 | use DOMText; |
| 15 | -use WebinoDraw\Exception; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * Class Element |