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 cc9e696 commit 5ec1b66Copy full SHA for 5ec1b66
src/Provider/Pelias/Pelias.php
@@ -105,7 +105,7 @@ public function getName(): string
105
return 'pelias';
106
}
107
108
- protected function executeQuery(string $url, ?string $locale): AddressCollection
+ protected function executeQuery(string $url, ?string $locale = null): AddressCollection
109
{
110
$headers = [];
111
if (null !== $locale) {
0 commit comments