We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b993b6b commit a9af6f4Copy full SHA for a9af6f4
MapTiler.php
@@ -146,7 +146,7 @@ public function getName(): string
146
return 'maptiler';
147
}
148
149
- private function executeQuery(string $url, string $locale = null, Bounds $bounds = null): \stdClass
+ private function executeQuery(string $url, ?string $locale = null, ?Bounds $bounds = null): \stdClass
150
{
151
$url .= '&'.http_build_query([
152
'language' => $locale,
0 commit comments