Completed
Push — master ( a904f2...ca80f9 )
by Adam
02:52
created
src/IPub/FormPhone/Controls/Phone.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -307,6 +307,7 @@
 block discarded – undo
307 307
 
308 308
 	/**
309 309
 	 * @param string
310
+	 * @param string $key
310 311
 	 *
311 312
 	 * @return Utils\Html
312 313
 	 *
Please login to merge, or discard this patch.
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -15,21 +15,13 @@
 block discarded – undo
15 15
 namespace IPub\FormPhone\Controls;
16 16
 
17 17
 use Nette;
18
-use Nette\Application\UI;
19
-use Nette\Bridges;
20 18
 use Nette\Forms;
21 19
 use Nette\Localization;
22 20
 use Nette\Utils;
23
-
24
-use Latte;
25
-
26 21
 use IPub;
27 22
 use IPub\FormPhone;
28 23
 use IPub\FormPhone\Exceptions;
29
-
30 24
 use IPub\Phone\Phone as PhoneUtils;
31
-
32
-use libphonenumber;
33 25
 use libphonenumber\geocoding;
34 26
 
35 27
 /**
Please login to merge, or discard this patch.