Completed
Push — master ( a3decf...6493fc )
by Adam
03:27
created
src/IPub/Packages/Commands/EnableCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use Symfony\Component\Console\Input;
20 20
 use Symfony\Component\Console\Output;
21
-
22 21
 use IPub;
23 22
 use IPub\Packages;
24 23
 use IPub\Packages\DependencyResolver;
Please login to merge, or discard this patch.
src/IPub/Packages/PackagesManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@  discard block
 block discarded – undo
18 18
 
19 19
 use Nette;
20 20
 use Nette\Utils;
21
-
22 21
 use IPub;
23 22
 use IPub\Packages;
24 23
 use IPub\Packages\DependencyResolver;
@@ -27,7 +26,6 @@  discard block
 block discarded – undo
27 26
 use IPub\Packages\Installers;
28 27
 use IPub\Packages\Repository;
29 28
 use IPub\Packages\Scripts;
30
-use Tracy\Debugger;
31 29
 
32 30
 /**
33 31
  * Packages manager
Please login to merge, or discard this patch.
src/IPub/Packages/Commands/DisableCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use Symfony\Component\Console\Input;
20 20
 use Symfony\Component\Console\Output;
21
-
22 21
 use IPub;
23 22
 use IPub\Packages;
24 23
 use IPub\Packages\DependencyResolver;
Please login to merge, or discard this patch.