Passed
Push — master ( d7be5e...a40043 )
by Eric
02:12
created
src/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.