@@ -152,7 +152,7 @@ |
||
152 | 152 | private function buildCountries(GeocodeQuery $query) |
153 | 153 | { |
154 | 154 | return array_map( |
155 | - function ($country) { |
|
155 | + function($country) { |
|
156 | 156 | if (2 != strlen($country)) { |
157 | 157 | throw new InvalidArgument('The country provided to AlgoliaPlace provider must be an ISO 639-1 code.'); |
158 | 158 | } |