Passed
Push — master ( ab039d...985793 )
by Greg
06:03
created
app/Module/PedigreeMapModule.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -255,9 +255,9 @@  discard block
 block discarded – undo
255 255
         $facts = $this->getPedigreeMapFacts($request, $this->chart_service);
256 256
 
257 257
         $geojson = [
258
-              'type'     => 'FeatureCollection',
259
-              'features' => [],
260
-          ];
258
+                'type'     => 'FeatureCollection',
259
+                'features' => [],
260
+            ];
261 261
 
262 262
         $sosa_points = [];
263 263
 
@@ -285,14 +285,14 @@  discard block
 block discarded – undo
285 285
                     // rather than generate polylines but the MarkerCluster library
286 286
                     // doesn't seem to like them
287 287
                     $polyline = [
288
-                          'points'  => [
289
-                              $sosa_points[$sosa_child],
290
-                              [$latitude, $longitude],
291
-                          ],
292
-                          'options' => [
293
-                              'color' => $color,
294
-                          ],
295
-                      ];
288
+                            'points'  => [
289
+                                $sosa_points[$sosa_child],
290
+                                [$latitude, $longitude],
291
+                            ],
292
+                            'options' => [
293
+                                'color' => $color,
294
+                            ],
295
+                        ];
296 296
                 }
297 297
                 $geojson['features'][] = [
298 298
                     'type'       => 'Feature',
Please login to merge, or discard this patch.