Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 31, 2022
1 parent 0dd7bda commit 8bad7e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Geo6POI.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();

Expand All @@ -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(),
Expand Down

0 comments on commit 8bad7e2

Please sign in to comment.