We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 9 | public function buildBetaFunctionsProcessor(AbstractSmrPlayer $player): void { |
||
| 10 | $planet = $player->getSector()->getPlanet(); |
||
| 11 | $planet->setShields($planet->getMaxShields()); |
||
| 12 | $planet->setCDs($planet->getMaxCDs()); |
||
| 13 | $planet->setArmour($planet->getMaxArmour()); |
||
| 14 | } |
||
| 17 |