Completed
Push — master ( 60e59a...334051 )
by Adam
06:35
created
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.
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/Commands/ListCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,10 +18,8 @@
 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
-use IPub\Packages\DependencyResolver;
25 23
 use IPub\Packages\Exceptions;
26 24
 
27 25
 /**
Please login to merge, or discard this patch.
src/IPub/Packages/Commands/SyncCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,10 +19,8 @@
 block discarded – undo
19 19
 
20 20
 use Symfony\Component\Console\Input;
21 21
 use Symfony\Component\Console\Output;
22
-
23 22
 use IPub;
24 23
 use IPub\Packages;
25
-use IPub\Packages\DependencyResolver;
26 24
 use IPub\Packages\Exceptions;
27 25
 
28 26
 /**
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.