Passed
Push — develop ( 16aa6b...1646d8 )
by Kevin
06:20 queued 02:58
created
lib/Console/Command/ConfigurationSet.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,13 +3,9 @@
 block discarded – undo
3 3
 namespace Magium\Configuration\Console\Command;
4 4
 
5 5
 use Magium\Configuration\Config\ConfigurationRepository;
6
-use Magium\Configuration\Config\ConfigInterface;
7
-use Magium\Configuration\MagiumConfigurationFactory;
8
-use Magium\Configuration\MagiumConfigurationFactoryInterface;
9 6
 use Symfony\Component\Console\Command\Command;
10 7
 use Symfony\Component\Console\Input\InputArgument;
11 8
 use Symfony\Component\Console\Input\InputInterface;
12
-use Symfony\Component\Console\Input\InputOption;
13 9
 use Symfony\Component\Console\Output\OutputInterface;
14 10
 
15 11
 class ConfigurationSet extends Command
Please login to merge, or discard this patch.
lib/Console/Command/CreateTable.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Magium\Configuration\Console\Command;
4 4
 
5
-use Magium\Configuration\Config\ConfigurationRepository;
6
-use Magium\Configuration\Config\InvalidContextException;
7
-use Magium\Configuration\MagiumConfigurationFactory;
8 5
 use Symfony\Component\Console\Command\Command;
9
-use Symfony\Component\Console\Input\InputArgument;
10 6
 use Symfony\Component\Console\Input\InputInterface;
11 7
 use Symfony\Component\Console\Output\OutputInterface;
12 8
 
Please login to merge, or discard this patch.