Completed
Pull Request — master (#168)
by De Cramer
03:02
created
src/eXpansion/Bundle/LocalRecords/Plugins/BaseRecords.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.