Skip to content

Commit cb99d30

Browse files
authored
Removed feature interfaces (#720)
* Removed feature interfaces * Applied changes from StyleCI
1 parent cc7c8f1 commit cb99d30

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

Provider/IpAddressGeocoder.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

Provider/LocaleAwareGeocoder.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

StatefulGeocoder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
use Geocoder\Model\Bounds;
1616
use Geocoder\Query\GeocodeQuery;
1717
use Geocoder\Query\ReverseQuery;
18-
use Geocoder\Provider\LocaleAwareGeocoder;
1918
use Geocoder\Provider\Provider;
2019

2120
/**
2221
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
2322
*/
24-
final class StatefulGeocoder implements Geocoder, LocaleAwareGeocoder
23+
final class StatefulGeocoder implements Geocoder
2524
{
2625
/**
2726
* @var string

0 commit comments

Comments
 (0)