Completed
Pull Request — develop (#30)
by Narcotic
02:51 queued 01:05
created
src/Command/CoreExportCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Symfony\Component\Console\Command\Command;
9 9
 use Symfony\Component\Console\Input\InputArgument;
10
-
11 10
 use Symfony\Component\Console\Input\InputInterface;
12 11
 use Symfony\Component\Console\Input\InputOption;
13 12
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
src/Command/ValidationCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,12 +6,10 @@
 block discarded – undo
6 6
 
7 7
 namespace Graviton\ImportExport\Command;
8 8
 
9
-use Graviton\ImportExport\Exception\MissingTargetException;
10 9
 use Symfony\Component\Console\Command\Command;
11 10
 use Symfony\Component\Console\Helper\ProgressBar;
12 11
 use Symfony\Component\Console\Input\InputArgument;
13 12
 use Symfony\Component\Console\Input\InputInterface;
14
-use Symfony\Component\Console\Input\InputOption;
15 13
 use Symfony\Component\Console\Output\OutputInterface;
16 14
 use Symfony\Component\Finder\Finder;
17 15
 use Symfony\Component\Finder\SplFileInfo;
Please login to merge, or discard this patch.