From 4c38627562132cf05697d47209b0ccfee49c21cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Sat, 2 Mar 2024 12:00:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Apply=20PHP=20CS=20Fixer=20fixes?= =?UTF-8?q?=20(#1219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tests/IntegrationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/IntegrationTest.php b/Tests/IntegrationTest.php index 9dc2e36..c755e52 100644 --- a/Tests/IntegrationTest.php +++ b/Tests/IntegrationTest.php @@ -18,11 +18,11 @@ class IntegrationTest extends ProviderIntegrationTest ]; /** - * @return \Geocoder\Provider\Provider that is used in the tests + * @return Geocoder\Provider\Provider that is used in the tests */ protected function createProvider(ClientInterface $httpClient) { - return new \Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']); + return new Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']); } /**