| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | public function getCommands() |
||
| 11 | { |
||
| 12 | return array( |
||
| 13 | new \Vaimo\ComposerChangelogs\Commands\BootstrapCommand(), |
||
| 14 | new \Vaimo\ComposerChangelogs\Commands\GenerateCommand(), |
||
| 15 | new \Vaimo\ComposerChangelogs\Commands\VersionCommand(), |
||
| 16 | new \Vaimo\ComposerChangelogs\Commands\InfoCommand(), |
||
| 17 | new \Vaimo\ComposerChangelogs\Commands\ValidateCommand() |
||
| 18 | ); |
||
| 21 |