Completed
Push — develop ( 76f2c7...6a5491 )
by Peter
03:15
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
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use DOMElement;
14 14
 use DOMNode;
15 15
 use DOMText;
16
-use WebinoDraw\Exception;
17 16
 
18 17
 /**
19 18
  * Class Element
Please login to merge, or discard this patch.