Completed
Push — master ( 0917fc...3af9fc )
by Adam
02:12
created
src/IPub/FormPhone/Forms/PhoneValidator.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -16,18 +16,13 @@
 block discarded – undo
16 16
 
17 17
 namespace IPub\FormPhone\Forms;
18 18
 
19
-use Nette;
20 19
 use Nette\Forms;
21
-
22 20
 use libphonenumber;
23 21
 use libphonenumber\PhoneNumberUtil;
24
-
25 22
 use IPub\FormPhone;
26 23
 use IPub\FormPhone\Controls;
27 24
 use IPub\FormPhone\Exceptions;
28
-
29 25
 use IPub\Phone;
30
-use Tracy\Debugger;
31 26
 
32 27
 /**
33 28
  * Phone number control form field validator
Please login to merge, or discard this patch.