Skip to content

Commit a1b8bd3

Browse files
Feature/fix php cs (#1236)
* feat: bump dev dependencies * chore: fix php cs --------- Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent 9354c60 commit a1b8bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureMaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct(
7474
ClientInterface $client,
7575
string $subscriptionKey,
7676
array $options = [],
77-
string $format = 'json'
77+
string $format = 'json',
7878
) {
7979
parent::__construct($client);
8080

0 commit comments

Comments
 (0)