Skip to content

Commit

Permalink
Feature/fix php cs (#1236)
Browse files Browse the repository at this point in the history
* feat: bump dev dependencies

* chore: fix php cs

---------

Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Nov 14, 2024
1 parent 74059e2 commit d997fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d997fb2

Please sign in to comment.