Skip to content

Commit d997fb2

Browse files
Feature/fix php cs (#1236)
* feat: bump dev dependencies * chore: fix php cs --------- Co-authored-by: Christopher Georg <[email protected]>
1 parent 74059e2 commit d997fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mapbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function __construct(
149149
ClientInterface $client,
150150
string $accessToken,
151151
?string $country = null,
152-
string $geocodingMode = self::GEOCODING_MODE_PLACES
152+
string $geocodingMode = self::GEOCODING_MODE_PLACES,
153153
) {
154154
parent::__construct($client);
155155

0 commit comments

Comments
 (0)