Completed
Push — develop ( a5c3e2...aa5fc5 )
by Peter
13:01
created
src/WebinoDraw/Form/View/Helper/FormElement.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace WebinoDraw\Form\View\Helper;
12 12
 
13
-use Zend\Form\Element;
14 13
 use Zend\Form\ElementInterface;
15 14
 use Zend\Form\View\Helper\FormElement as BaseFormElement;
16 15
 use Zend\I18n\Translator\TranslatorAwareInterface;
Please login to merge, or discard this patch.
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.