Completed
Push — develop ( b20675...717e04 )
by Peter
02:16
created
src/WebinoDraw/Dom/Document.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace WebinoDraw\Dom;
12 12
 
13 13
 use DOMXpath;
14
-use WebinoDraw\Exception;
15 14
 
16 15
 /**
17 16
  * Extended DOMDocument
Please login to merge, or discard this patch.
src/WebinoDraw/Dom/Element.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use DOMElement;
14 14
 use DOMText;
15
-use WebinoDraw\Exception;
16 15
 
17 16
 /**
18 17
  * Class Element
Please login to merge, or discard this patch.