| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | protected function getDefaultCommands(): array |
||
| 34 | { |
||
| 35 | $commands = parent::getDefaultCommands(); |
||
| 36 | |||
| 37 | $commands[] = new AuditCommand(); |
||
| 38 | $commands[] = new DiffCommand(); |
||
| 39 | $commands[] = new DropTriggersCommand(); |
||
| 40 | $commands[] = new AlterAuditTableCommand(); |
||
| 41 | |||
| 42 | return $commands; |
||
| 43 | } |
||
| 49 |