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 | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 15 | public function build(AbstractSmrPlayer $player): never { |
||
| 16 | // We can release the sector lock now because we know that the following |
||
| 17 | // code is read-only. This will help reduce sector lag and possible abuse. |
||
| 18 | SectorLock::getInstance()->release(); |
||
| 19 | |||
| 20 | SectorsFile::create($player->getGameID(), $player); |
||
| 21 | } |
||
| 24 |