Passed
Push — master ( 3b511e...70eb45 )
by Adam
02:14
created
src/IPub/ConfirmationDialog/Components/Confirmer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
 use Nette\Bridges;
21 21
 use Nette\ComponentModel;
22 22
 use Nette\Forms;
23
-use Nette\Localization;
24
-
25 23
 use IPub\ConfirmationDialog;
26 24
 use IPub\ConfirmationDialog\Exceptions;
27 25
 use IPub\ConfirmationDialog\Storage;
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Components/Control.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,9 +18,7 @@
 block discarded – undo
18 18
 
19 19
 use Nette\Application;
20 20
 use Nette\Bridges;
21
-use Nette\Localization;
22 21
 use Nette\Utils;
23
-
24 22
 use IPub\ConfirmationDialog\Exceptions;
25 23
 
26 24
 /**
Please login to merge, or discard this patch.