Completed
Push — master ( a87ba4...b6d929 )
by Adam
01:01
created
src/IPub/ConfirmationDialog/Components/ConfirmerAttributes.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
 	}
346 346
 
347 347
 	/**
348
-	 * @return array
348
+	 * @return callable
349 349
 	 *
350 350
 	 * @throws Exceptions\InvalidStateException
351 351
 	 */
Please login to merge, or discard this 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.