From 275c8d370a43cc681877ef88d820a8002c34f924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Sat, 2 Mar 2024 12:00:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Apply=20PHP=20CS=20Fixer=20fixes?= =?UTF-8?q?=20(#1219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BingMaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BingMaps.php b/BingMaps.php index 2890215..2eecb6e 100644 --- a/BingMaps.php +++ b/BingMaps.php @@ -82,7 +82,7 @@ public function getName(): string return 'bing_maps'; } - private function executeQuery(string $url, string $locale = null, int $limit): Collection + private function executeQuery(string $url, ?string $locale = null, int $limit): Collection { if (null !== $locale) { $url = sprintf('%s&culture=%s', $url, str_replace('_', '-', $locale));