Skip to content

Commit e73e08b

Browse files
authored
phpstan and php-cs-fixer: updates (#1226)
* provider: BingMaps: required and optional params order (phpstan) * provider: GoogleMaps: required and optional params order (phpstan) * provider: GeoIP2: php-cs-fixer: fix identation
1 parent 3c0c335 commit e73e08b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Tests/GeoIP2AdapterTest.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ protected function getGeoIP2ModelMock($geoIP2Model)
150150
'city' => [
151151
'geoname_id' => 2911298,
152152
'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' => '汉堡市',
161161
],
162162
],
163163
]

0 commit comments

Comments
 (0)