We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 9 | class CheatingShipCheckProcessor extends AccountPageProcessor { |
||
| 10 | |||
| 11 | public function __construct( |
||
| 12 | private readonly int $gameID, |
||
| 13 | private readonly int $hardwareTypeID, |
||
| 14 | private readonly int $maxAmount, |
||
| 15 | private readonly int $accountID |
||
| 16 | ) {} |
||
| 17 | |||
| 18 | public function build(SmrAccount $account): never { |
||
| 36 | } |
||
| 37 | |||
| 39 |