| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function setLocalRecord($checkpoints) |
||
| 31 | { |
||
| 32 | if (count($checkpoints) > 0) { |
||
| 33 | $this->updateValue($this->playerGroup ,'LocalRecordCheckpoints', Builder::getArray($checkpoints, true)); |
||
| 34 | } else { |
||
| 35 | $this->updateValue($this->playerGroup ,'LocalRecordCheckpoints', "Integer[Integer]"); |
||
| 36 | } |
||
| 37 | } |
||
| 38 | } |
||
| 39 |