Skip to content

Commit a2e97f0

Browse files
authored
phpstan and php-cs-fixer: updates (#1226)
* provider: BingMaps: required and optional params order (phpstan) * provider: GoogleMaps: required and optional params order (phpstan) * provider: GeoIP2: php-cs-fixer: fix identation
1 parent c9a251b commit a2e97f0

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 = 1): Collection
8686
{
8787
if (null !== $locale) {
8888
$url = sprintf('%s&culture=%s', $url, str_replace('_', '-', $locale));

0 commit comments

Comments
 (0)