Completed
Push — master ( 955ba9...743a2f )
by Gabriel
04:12 queued 02:08
created
src/Country/CountryLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function loadCountry($country)
39 39
     {
40 40
         if (!$country) return null;
41
-         $file = $this->path . DIRECTORY_SEPARATOR . sprintf(self::COUNTRY_FILE, $country);
41
+            $file = $this->path . DIRECTORY_SEPARATOR . sprintf(self::COUNTRY_FILE, $country);
42 42
         if (!file_exists($file)) return null;
43 43
 
44 44
         return json_decode(
Please login to merge, or discard this patch.