Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | final class CreateCommand extends BaseMigrationCommand |
||
13 | { |
||
14 | protected static $defaultName = 'migrate/create'; |
||
15 | protected static $defaultDescription = 'Creates an empty migration'; |
||
16 | |||
17 | 1 | public function configure(): void |
|
21 | } |
||
22 | |||
23 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
33 |