Completed
Push — travis ( f716fc...46aaad )
by Fèvre
02:25
created
app/Http/Components/AnalyticsComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             ];
102 102
 
103 103
             if (!in_array($country[0], ['ZZ'])) {
104
-                $countryInstance = country((string)strtolower($country[0]));
104
+                $countryInstance = country((string) strtolower($country[0]));
105 105
                 $countries[$country[0]] += [
106 106
                     'countryName' => $countryInstance->getName()
107 107
                 ];
Please login to merge, or discard this patch.