Completed
Pull Request — master (#3)
by
unknown
07:24
created
src/IPub/VisualPaginator/Components/Control.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Nette\Application;
19 19
 use Nette\Localization;
20 20
 use Nette\Utils;
21
-
22 21
 use IPub;
23 22
 use IPub\VisualPaginator;
24 23
 use IPub\VisualPaginator\Exceptions;
Please login to merge, or discard this patch.
src/IPub/VisualPaginator/DI/VisualPaginatorExtension.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\DI;
19
-use Nette\PhpGenerator as Code;
20 19
 
21 20
 class VisualPaginatorExtension extends DI\CompilerExtension
22 21
 {
Please login to merge, or discard this patch.