Passed
Pull Request — master (#2203)
by Rico
06:29
created
app/Statistics/Google/ChartDistribution.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         $this->placeRepository      = new PlaceRepository($tree);
66 66
 
67 67
         // Get the country names for each language
68
-       $this->country_to_iso3166 = $this->getIso3166Countries();
68
+        $this->country_to_iso3166 = $this->getIso3166Countries();
69 69
     }
70 70
 
71 71
     /**
Please login to merge, or discard this patch.
app/Statistics/Google/ChartCommonGiven.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         ];
60 60
 
61 61
         foreach ($given as $name => $count) {
62
-            $data[] = [ $name, $count ];
62
+            $data[] = [$name, $count];
63 63
         }
64 64
 
65 65
         $data[] = [
Please login to merge, or discard this patch.