Skip to content

Commit a9af6f4

Browse files
authored
🚨 Apply PHP CS Fixer fixes (#1219)
1 parent b993b6b commit a9af6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapTiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function getName(): string
146146
return 'maptiler';
147147
}
148148

149-
private function executeQuery(string $url, string $locale = null, Bounds $bounds = null): \stdClass
149+
private function executeQuery(string $url, ?string $locale = null, ?Bounds $bounds = null): \stdClass
150150
{
151151
$url .= '&'.http_build_query([
152152
'language' => $locale,

0 commit comments

Comments
 (0)