Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class App extends Command\Application |
||
9 | { |
||
10 | public $diff; |
||
11 | public $apply; |
||
12 | public $rearrange; |
||
13 | public $info; |
||
14 | |||
15 | /** |
||
16 | * @param Definition $definition |
||
17 | * @param \stdClass|static $commandDefinitions |
||
18 | */ |
||
19 | static function setUpCommands(Definition $definition, $commandDefinitions) |
||
29 | } |
||
30 | } |