@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | return new AddressCollection([]); |
| 173 | 173 | } |
| 174 | 174 | |
| 175 | - $location = array_map(function ($value) { |
|
| 175 | + $location = array_map(function($value) { |
|
| 176 | 176 | return '' === $value ? null : $value; |
| 177 | 177 | }, $response['location']); |
| 178 | 178 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |