Completed
Push — master ( 886536...023239 )
by Thomas
07:27
created
src/command/GenerateActionCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,9 +13,6 @@
 block discarded – undo
13 13
 use keeko\tools\generator\action\ToManyRelationshipUpdateActionGenerator;
14 14
 use keeko\tools\generator\action\ToOneRelationshipReadActionGenerator;
15 15
 use keeko\tools\generator\action\ToOneRelationshipUpdateActionGenerator;
16
-use keeko\tools\generator\domain\DomainGenerator;
17
-use keeko\tools\generator\domain\DomainTraitGenerator;
18
-use keeko\tools\generator\domain\ReadOnlyDomainTraitGenerator;
19 16
 use keeko\tools\generator\GeneratorFactory;
20 17
 use keeko\tools\helpers\QuestionHelperTrait;
21 18
 use keeko\tools\utils\NamespaceResolver;
Please login to merge, or discard this patch.
src/command/GenerateDomainCommand.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,14 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace keeko\tools\command;
3 3
 
4
-use keeko\framework\schema\ActionSchema;
5
-use keeko\framework\utils\NameUtils;
6 4
 use keeko\tools\generator\domain\DomainGenerator;
7 5
 use keeko\tools\generator\domain\DomainTraitGenerator;
8 6
 use keeko\tools\generator\domain\ReadOnlyDomainTraitGenerator;
9 7
 use keeko\tools\helpers\QuestionHelperTrait;
10
-use keeko\tools\utils\NamespaceResolver;
11
-use phootwork\lang\Text;
12 8
 use Propel\Generator\Model\Table;
13 9
 use Symfony\Component\Console\Input\InputArgument;
14 10
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.