Completed
Push — master ( a87ba4...b6d929 )
by Adam
01:01
created
src/IPub/ConfirmationDialog/Components/ConfirmerAttributes.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\Application;
19
-
20 19
 use IPub;
21 20
 use IPub\ConfirmationDialog;
22 21
 use IPub\ConfirmationDialog\Exceptions;
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
@@ -16,9 +16,7 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\Application;
19
-use Nette\Localization;
20 19
 use Nette\Utils;
21
-
22 20
 use IPub;
23 21
 use IPub\ConfirmationDialog\Exceptions;
24 22
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/DI/ConfirmationDialogExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\DI;
19
-use Nette\PhpGenerator as Code;
20
-
21 19
 use IPub\ConfirmationDialog;
22 20
 
23 21
 class ConfirmationDialogExtension extends DI\CompilerExtension
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Components/Confirmer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,7 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\Application;
19
-use Nette\Localization;
20 19
 use Nette\Utils;
21
-
22 20
 use IPub;
23 21
 use IPub\ConfirmationDialog\Exceptions;
24 22
 
Please login to merge, or discard this patch.