Skip to content

Commit 5ec1b66

Browse files
author
Jonathan Beliën
committed
Update Pelias.php
1 parent cc9e696 commit 5ec1b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Pelias/Pelias.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function getName(): string
105105
return 'pelias';
106106
}
107107

108-
protected function executeQuery(string $url, ?string $locale): AddressCollection
108+
protected function executeQuery(string $url, ?string $locale = null): AddressCollection
109109
{
110110
$headers = [];
111111
if (null !== $locale) {

0 commit comments

Comments
 (0)