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 dabb227 commit b9fc538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MaxMindBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
use Geocoder\Query\GeocodeQuery;
use Geocoder\Query\ReverseQuery;
use Geocoder\Provider\AbstractProvider;
use Geocoder\Provider\IpAddressGeocoder;
use Geocoder\Provider\Provider;

final class MaxMindBinary extends AbstractProvider implements Provider, IpAddressGeocoder
final class MaxMindBinary extends AbstractProvider implements Provider
{
/**
* @var string
Expand Down

0 comments on commit b9fc538

Please sign in to comment.