Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
25 | $this->io->caution('Be carefull, this new user will have the highest right on the application'); |
||
26 | if($this->confirmContinue()) { |
||
27 | $coach = $this->getCoachByLoginOrEmail(); |
||
28 | $continue = $this->io->confirm("Are you sure you want to promote {$coach->getUsername()} ?", true); |
||
29 | if($continue) { |
||
41 |