Skip to content

Commit

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

* Applied changes from StyleCI
  • Loading branch information
Nyholm authored Jun 30, 2017
1 parent d5d135e commit 7049243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
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;

/**
* @author Andrea Cristaudo <[email protected]>
*/
final class MaxMind extends AbstractHttpProvider implements Provider, IpAddressGeocoder
final class MaxMind extends AbstractHttpProvider implements Provider
{
/**
* @var string Country, City, ISP and Organization
Expand Down

0 comments on commit 7049243

Please sign in to comment.