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