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 9354c60 commit a1b8bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzureMaps.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct(
ClientInterface $client,
string $subscriptionKey,
array $options = [],
string $format = 'json'
string $format = 'json',
) {
parent::__construct($client);

Expand Down

0 comments on commit a1b8bd3

Please sign in to comment.