Completed
Push — develop ( 995f6e...c48cab )
by Narcotic
06:48 queued 03:24
created
src/Command/CoreExportCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Graviton\ImportExport\Util\JsonSerializer;
9 9
 use Symfony\Component\Console\Command\Command;
10 10
 use Symfony\Component\Console\Input\InputArgument;
11
-
12 11
 use Symfony\Component\Console\Input\InputInterface;
13 12
 use Symfony\Component\Console\Input\InputOption;
14 13
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
src/Command/CoreImportCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Graviton\ImportExport\Command;
7 7
 
8
-use Monolog\Logger;
9 8
 use Symfony\Component\Console\Input\InputArgument;
10 9
 use Symfony\Component\Console\Input\InputInterface;
11 10
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
src/Command/ImportCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Graviton\ImportExport\Exception\ParseException;
14 14
 use Graviton\ImportExport\Exception\UnknownFileTypeException;
15 15
 use Graviton\ImportExport\Service\HttpClient;
16
-use Monolog\Logger;
17 16
 use Symfony\Component\Console\Input\InputArgument;
18 17
 use Symfony\Component\Console\Input\InputOption;
19 18
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.