Completed
Push — master ( 8dc01e...5d6ae3 )
by Thomas
09:59
created
src/ui/AbstractUI.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.
src/command/GenerateResponderCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,11 +10,9 @@
 block discarded – undo
10 10
 use keeko\tools\generator\responder\TwigHtmlResponderGenerator;
11 11
 use keeko\tools\generator\Types;
12 12
 use keeko\tools\helpers\QuestionHelperTrait;
13
-use keeko\tools\model\Relationship;
14 13
 use keeko\tools\ui\ResponseUI;
15 14
 use keeko\tools\utils\NamespaceResolver;
16 15
 use phootwork\collection\Set;
17
-use phootwork\file\File;
18 16
 use phootwork\lang\Text;
19 17
 use Symfony\Component\Console\Input\InputArgument;
20 18
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/generator/ember/EmberAbilitiesGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use keeko\tools\generator\responder\TwigHtmlResponderGenerator;
11 11
 use keeko\tools\generator\Types;
12 12
 use keeko\tools\helpers\QuestionHelperTrait;
13
-use keeko\tools\model\Relationship;
14 13
 use keeko\tools\ui\ResponseUI;
15 14
 use keeko\tools\utils\NamespaceResolver;
16 15
 use phootwork\collection\Set;
Please login to merge, or discard this patch.