From a1b8bd3483d755c5df0a1113604437375100d772 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 14 Nov 2024 15:41:38 +0100 Subject: [PATCH] Feature/fix php cs (#1236) * feat: bump dev dependencies * chore: fix php cs --------- Co-authored-by: Christopher Georg --- AzureMaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AzureMaps.php b/AzureMaps.php index a1f7d02..85af12d 100644 --- a/AzureMaps.php +++ b/AzureMaps.php @@ -74,7 +74,7 @@ public function __construct( ClientInterface $client, string $subscriptionKey, array $options = [], - string $format = 'json' + string $format = 'json', ) { parent::__construct($client);