Completed
Push — develop ( b20675...717e04 )
by Peter
02:16
created
src/WebinoDraw/Dom/Document.php 1 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.