diff --git a/Mapbox.php b/Mapbox.php index be33073..8d78d7d 100644 --- a/Mapbox.php +++ b/Mapbox.php @@ -149,7 +149,7 @@ public function __construct( ClientInterface $client, string $accessToken, ?string $country = null, - string $geocodingMode = self::GEOCODING_MODE_PLACES + string $geocodingMode = self::GEOCODING_MODE_PLACES, ) { parent::__construct($client);