@@ -72,7 +72,7 @@ |
||
| 72 | 72 | /** |
| 73 | 73 | * Get the current record handler. |
| 74 | 74 | * |
| 75 | - * @return RecordHandler|mixed |
|
| 75 | + * @return RecordHandler |
|
| 76 | 76 | */ |
| 77 | 77 | public function getRecordsHandler() |
| 78 | 78 | { |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | $playerGroup = $this->allPlayersGroup; |
| 110 | 110 | $recordsHandler = $this->recordsHandler; |
| 111 | 111 | |
| 112 | - $this->getNumberOfLaps->get(function ($laps) use ($map, $playerGroup, $recordsHandler) { |
|
| 112 | + $this->getNumberOfLaps->get(function($laps) use ($map, $playerGroup, $recordsHandler) { |
|
| 113 | 113 | // Load firs X records for this map. |
| 114 | 114 | $recordsHandler->loadForMap($map->uId, $laps); |
| 115 | 115 | |