File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
use Geocoder \IntegrationTest \ProviderIntegrationTest ;
16
16
use Geocoder \Provider \IP2LocationBinary \IP2LocationBinary ;
17
- use Http \Client \HttpClient ;
17
+ use Psr \ Http \Client \ClientInterface ;
18
18
19
19
/**
20
20
* @author IP2Location <[email protected] >
@@ -41,7 +41,7 @@ public static function setUpBeforeClass(): void
41
41
parent ::setUpBeforeClass ();
42
42
}
43
43
44
- protected function createProvider (HttpClient $ httpClient )
44
+ protected function createProvider (ClientInterface $ httpClient )
45
45
{
46
46
// Download this BIN database from https://lite.ip2location.com/database/ip-country-region-city-latitude-longitude-zipcode
47
47
return new IP2LocationBinary (__DIR__ .'/fixtures/IP2LOCATION-LITE-DB9.IPV6.BIN ' , \IP2Location \Database::FILE_IO );
You can’t perform that action at this time.
0 commit comments