Skip to content

Commit 275c8d3

Browse files
authored
🚨 Apply PHP CS Fixer fixes (#1219)
1 parent 92f4aa9 commit 275c8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BingMaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getName(): string
8282
return 'bing_maps';
8383
}
8484

85-
private function executeQuery(string $url, string $locale = null, int $limit): Collection
85+
private function executeQuery(string $url, ?string $locale = null, int $limit): Collection
8686
{
8787
if (null !== $locale) {
8888
$url = sprintf('%s&culture=%s', $url, str_replace('_', '-', $locale));

0 commit comments

Comments
 (0)