From 8bad7e2f7fba057d812760b4daa19b6cc5896af3 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 31 Jul 2022 07:49:17 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Geo6POI.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Geo6POI.php b/Geo6POI.php index 7a8a2f6..284241b 100644 --- a/Geo6POI.php +++ b/Geo6POI.php @@ -20,7 +20,6 @@ use Geocoder\Model\Address; use Geocoder\Model\AddressBuilder; use Geocoder\Model\AddressCollection; -use Geocoder\Model\Country; use Geocoder\Provider\Geo6\POI\Model\POI; use Geocoder\Provider\Provider; use Geocoder\Query\GeocodeQuery; @@ -202,7 +201,7 @@ private function executeQuery(string $url): \stdClass * * @return array */ - private function getGeo6Token(string $path) : array + private function getGeo6Token(string $path): array { $time = time(); @@ -227,7 +226,7 @@ private function getGeo6Token(string $path) : array * * @return string */ - private function getJWT() : string + private function getJWT(): string { $algorithmManager = AlgorithmManager::create([ new HS512(),