Completed
Push — updateZf3 ( 692497...bc41a3 )
by Andreas
07:09
created
src/Form/ContactForm.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -35,11 +35,9 @@
 block discarded – undo
35 35
 use Zend\Hydrator\ArraySerializable;
36 36
 use Zend\InputFilter\Input;
37 37
 use Zend\InputFilter\InputFilter;
38
-use Zend\Validator;
39 38
 use Zend\Form\Form;
40 39
 use Zend\Form\Element;
41 40
 use Zend\Validator\Hostname as HostnameValidator;
42
-use Org_Heigl\Contact\Validator\IsEmpty as EmptyValidator;
43 41
 
44 42
 /**
45 43
  * The Contact-Form
Please login to merge, or discard this patch.