Skip to content

Commit

Permalink
phpstan and php-cs-fixer: updates (#1226)
Browse files Browse the repository at this point in the history
* provider: BingMaps: required and optional params order (phpstan)

* provider: GoogleMaps: required and optional params order (phpstan)

* provider: GeoIP2: php-cs-fixer: fix identation
  • Loading branch information
kornrunner committed May 18, 2024
1 parent 3c0c335 commit e73e08b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Tests/GeoIP2AdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ protected function getGeoIP2ModelMock($geoIP2Model)
'city' => [
'geoname_id' => 2911298,
'names' => [
'de' => 'Hamburg',
'en' => 'Hamburg',
'es' => 'Hamburgo',
'fr' => 'Hambourg',
'ja' => 'ハンブルク',
'pt-BR' => 'Hamburgo',
'ru' => 'Гамбург',
'zh-CN' => '汉堡市',
'de' => 'Hamburg',
'en' => 'Hamburg',
'es' => 'Hamburgo',
'fr' => 'Hambourg',
'ja' => 'ハンブルク',
'pt-BR' => 'Hamburgo',
'ru' => 'Гамбург',
'zh-CN' => '汉堡市',
],
],
]
Expand Down

0 comments on commit e73e08b

Please sign in to comment.