Completed
Push — master ( 37bc7f...665429 )
by Adam
06:53
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/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/PackagesManager.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.