geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 516 forks source link

[Pelias] Fix NULL value for $bounds #1046

Closed jbelien closed 4 years ago

jbelien commented 4 years ago

In Address::createFromArray() function, $bound needs to be an array !

Fix #1043

jbelien commented 4 years ago

@atymic Would you have time to review my last changes, so I can merge this ? Thanks

PS: I'll fix CI (failed) test in master (since it's not related to this PR) and Travis builds passed (not sure why it still shows as pending here)