Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
15 | public function __construct( |
||
16 | ContainerInterface $dic |
||
17 | ) { |
||
18 | $this->dic = $dic; |
||
19 | |||
20 | parent::__construct( |
||
21 | 'refactor:reactor', |
||
22 | 'Moves reactor values from ship to system data' |
||
23 | ); |
||
24 | |||
25 | $this |
||
26 | ->usage( |
||
27 | '<bold> $0 refactor:reactor</end> <comment></end> ## Refactors reactor values<eol/>' |
||
28 | ); |
||
42 |