From e73e08b21051893f69aa66fae7914947dc01aa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Mom=C4=8Dilovi=C4=87?= Date: Sat, 18 May 2024 20:25:45 +0200 Subject: [PATCH] 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 --- Tests/GeoIP2AdapterTest.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Tests/GeoIP2AdapterTest.php b/Tests/GeoIP2AdapterTest.php index 6ec1548..1a3be5c 100644 --- a/Tests/GeoIP2AdapterTest.php +++ b/Tests/GeoIP2AdapterTest.php @@ -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' => '汉堡市', ], ], ]