@@ -10,7 +10,6 @@ |
||
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; |
@@ -64,7 +64,6 @@ discard block |
||
64 | 64 | * Creates a new package generator |
65 | 65 | * |
66 | 66 | * @param string $type |
67 | - * @param CommandService $this->serivce |
|
68 | 67 | * @return AbstractPackageGenerator |
69 | 68 | */ |
70 | 69 | public function createPackageGenerator($type) { |
@@ -139,7 +138,6 @@ discard block |
||
139 | 138 | * Creates a generator for the given json respose |
140 | 139 | * |
141 | 140 | * @param string $type |
142 | - * @param CommandService $this->service |
|
143 | 141 | * @return AbstractModelJsonResponderGenerator |
144 | 142 | */ |
145 | 143 | public function createModelJsonResponderGenerator($type) { |