Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed feature interfaces (#720)
* Removed feature interfaces

* Applied changes from StyleCI
  • Loading branch information
Nyholm committed Jun 30, 2017
1 parent 8bdcbdf commit 1bdb703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GeoIPs.php
Expand Up @@ -23,7 +23,6 @@
use Geocoder\Query\GeocodeQuery;
use Geocoder\Query\ReverseQuery;
use Geocoder\Http\Provider\AbstractHttpProvider;
use Geocoder\Provider\IpAddressGeocoder;
use Geocoder\Provider\Provider;
use Http\Client\HttpClient;

Expand All @@ -33,7 +32,7 @@
*
* @see http://www.geoips.com/en/developer/api-guide
*/
final class GeoIPs extends AbstractHttpProvider implements Provider, IpAddressGeocoder
final class GeoIPs extends AbstractHttpProvider implements Provider
{
/**
* @var string
Expand Down

0 comments on commit 1bdb703

Please sign in to comment.