@@ -37,7 +37,6 @@ |
||
37 | 37 | |
38 | 38 | /** |
39 | 39 | * @param HttpClient $client |
40 | - * @param string|null $locale |
|
41 | 40 | * |
42 | 41 | * @return Nominatim |
43 | 42 | */ |
@@ -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. |