@@ -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. |
@@ -150,14 +150,14 @@ |
||
150 | 150 | 'city' => [ |
151 | 151 | 'geoname_id' => 2911298, |
152 | 152 | 'names' => [ |
153 | - 'de' => 'Hamburg', |
|
154 | - 'en' => 'Hamburg', |
|
155 | - 'es' => 'Hamburgo', |
|
156 | - 'fr' => 'Hambourg', |
|
157 | - 'ja' => 'ハンブルク', |
|
158 | - 'pt-BR' => 'Hamburgo', |
|
159 | - 'ru' => 'Гамбург', |
|
160 | - 'zh-CN' => '汉堡市', |
|
153 | + 'de' => 'Hamburg', |
|
154 | + 'en' => 'Hamburg', |
|
155 | + 'es' => 'Hamburgo', |
|
156 | + 'fr' => 'Hambourg', |
|
157 | + 'ja' => 'ハンブルク', |
|
158 | + 'pt-BR' => 'Hamburgo', |
|
159 | + 'ru' => 'Гамбург', |
|
160 | + 'zh-CN' => '汉堡市', |
|
161 | 161 | ], |
162 | 162 | ], |
163 | 163 | ] |
@@ -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. |
@@ -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. |