@@ -197,6 +197,9 @@ |
||
197 | 197 | $this->assertContains($expected, file_get_contents($rootDir . '/config/routing.yml')); |
198 | 198 | } |
199 | 199 | |
200 | + /** |
|
201 | + * @return \Symfony\Component\Console\Command\Command |
|
202 | + */ |
|
200 | 203 | protected function getCommand($generator, $input) |
201 | 204 | { |
202 | 205 | $command = $this |
@@ -160,7 +160,6 @@ |
||
160 | 160 | |
161 | 161 | /** |
162 | 162 | * Generates the controller class only. |
163 | - * @param boolean $config->getOverwrite() |
|
164 | 163 | */ |
165 | 164 | protected function generateCrudControllerClass() { |
166 | 165 | $dir = $this->bundle->getPath(); |