Skip to content

Commit

Permalink
🚨 Apply PHP CS Fixer fixes (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Mar 2, 2024
1 parent 92f4aa9 commit 275c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BingMaps.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 275c8d3

Please # to comment.