@@ -184,7 +184,7 @@ |
||
184 | 184 | $body = $this->validateAndDecodeResponse($response, true); |
185 | 185 | |
186 | 186 | $countries = array_map( |
187 | - static function (array $country, string $countryCode): Country { |
|
187 | + static function(array $country, string $countryCode): Country { |
|
188 | 188 | return new Country($countryCode, $country['country_name'], $country['dialling_code']); |
189 | 189 | }, |
190 | 190 | $body, |