Completed
Pull Request — master (#179)
by De Cramer
02:54
created
src/eXpansion/Bundle/LocalRecords/Plugins/BaseRecords.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     {
112 112
         $plugin = $this;
113 113
 
114
-        $this->getNumberOfLaps->get(function ($laps) use ($map, $plugin) {
114
+        $this->getNumberOfLaps->get(function($laps) use ($map, $plugin) {
115 115
             $plugin->startMap($map, $laps);
116 116
         });
117 117
     }
Please login to merge, or discard this patch.