Completed
Push — master ( 532c9f...cac1be )
by Thomas
03:12
created
src/command/GenerateApiCommand.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -5,13 +5,7 @@
 block discarded – undo
5 5
 use keeko\tools\utils\NameUtils;
6 6
 use Symfony\Component\Console\Input\InputInterface;
7 7
 use Symfony\Component\Console\Output\OutputInterface;
8
-use Symfony\Component\Console\Command\Command;
9 8
 use Propel\Generator\Model\Table;
10
-use Propel\Generator\Model\Database;
11
-use phootwork\json\Json;
12
-use phootwork\json\JsonException;
13
-use keeko\tools\exceptions\JsonEmptyException;
14
-use Symfony\Component\Filesystem\Filesystem;
15 9
 
16 10
 class GenerateApiCommand extends AbstractGenerateCommand {
17 11
 
Please login to merge, or discard this patch.
src/command/MagicCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use keeko\tools\command\AbstractGenerateCommand;
5 5
 use Symfony\Component\Console\Output\OutputInterface;
6 6
 use Symfony\Component\Console\Input\InputInterface;
7
-use Symfony\Component\Console\Command\Command;
8 7
 use Symfony\Component\Console\Input\ArrayInput;
9 8
 
10 9
 class MagicCommand extends AbstractGenerateCommand {
Please login to merge, or discard this patch.