Test Failed
Push — master ( 25aa03...89c358 )
by Adam
03:53
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\Packages\DependencyResolver;
23 22
 use IPub\Packages\Exceptions;
24 23
 
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 Nette;
20 20
 use Nette\Utils;
21
-
22 21
 use IPub\Packages\DependencyResolver;
23 22
 use IPub\Packages\Entities;
24 23
 use IPub\Packages\Exceptions;
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
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Symfony\Component\Console\Helper\QuestionHelper;
20 20
 use Symfony\Component\Console\Input;
21 21
 use Symfony\Component\Console\Output;
22
-
23 22
 use IPub\Packages\DependencyResolver;
24 23
 use IPub\Packages\Exceptions;
25 24
 use Symfony\Component\Console\Question\ConfirmationQuestion;
Please login to merge, or discard this patch.
src/IPub/Packages/Commands/InstallCommand.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\Packages\Exceptions;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
src/IPub/Packages/Commands/UninstallCommand.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\Packages\Exceptions;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
src/IPub/Packages/DI/PackagesExtension.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 Nette;
20 20
 use Nette\DI;
21
-
22 21
 use IPub\Packages;
23 22
 use IPub\Packages\Commands;
24 23
 use IPub\Packages\Helpers;
Please login to merge, or discard this patch.