Skip to content

Commit 0ced17f

Browse files
committed
provider: GeoIP2: php-cs-fixer: fix identation
1 parent ca9984e commit 0ced17f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Provider/GeoIP2/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)