@@ -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) { |