Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
26 | protected function getDefaultCommands() { |
||
27 | // Keep the core default commands to have the HelpCommand |
||
28 | // which is used when using the --help option |
||
29 | $defaultCommands = parent::getDefaultCommands(); |
||
30 | |||
31 | $defaultCommands[] = new FormatterCommand(); |
||
32 | |||
33 | return $defaultCommands; |
||
34 | } |
||
35 | |||
48 |