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