| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | abstract class ClassGeneratorCommand extends AbstractGeneratorCommand |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the console command arguments. |
||
| 24 | * |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | protected function setArguments() :array |
||
| 31 | ]; |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get the console command options. |
||
| 36 | * |
||
| 37 | * @return array |
||
| 38 | */ |
||
| 39 | protected function setOptions() :array |
||
| 44 |