@@ -65,7 +65,7 @@ |
||
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 | /** |
@@ -59,7 +59,7 @@ |
||
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[] = [ |