| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | 1 | public function radera_sekvens(int $omgång, Speltyp $speltyp, int $sekvens): void { |
|
| 30 | 1 | $this->odds->spel->db->radera_sekvens('system', $omgång, $speltyp, $sekvens); |
|
| 31 | 1 | $this->odds->spel->db->logg->logga(self::class . ": ✅ Raderade system. ({$this->odds->spel->omgång}-{$this->odds->spel->sekvens})"); |
|
| 32 | } |
||
| 34 |