| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | 1 | public function spara_tips(): void { |
|
| 41 | 1 | $this->utdelning->spara_utdelning(); |
|
| 42 | 1 | $this->matcher->spara_matcher(); |
|
| 43 | 1 | $this->odds->spara_prediktioner(); |
|
| 44 | 1 | $this->streck->spara_prediktioner(); |
|
| 45 | 1 | $this->odds->justerade_pred->spara_historik(); |
|
| 46 | 1 | $this->spel->db->logg->logga(self::class . ": ✅ Sparade tips. ({$this->spel->omgång})"); |
|
| 47 | } |
||
| 49 |