geocoder-php / Geocoder

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

feat: remove unnecessary provider interface #1223

Closed Chris53897 closed 3 months ago

Chris53897 commented 3 months ago

This is already implemented via the parent classes https://github.com/geocoder-php/Geocoder/blob/master/src/Common/Provider/AbstractProvider.php

jbelien commented 3 months ago

Indeed not needed but I believe it makes it more clear.