We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bc73b commit c5ae4dbCopy full SHA for c5ae4db
Tests/IntegrationTest.php
@@ -14,7 +14,7 @@
14
15
use Geocoder\IntegrationTest\ProviderIntegrationTest;
16
use Geocoder\Provider\IpInfo\IpInfo;
17
-use Http\Client\HttpClient;
+use Psr\Http\Client\ClientInterface;
18
19
/**
20
* @author Tobias Nyholm <[email protected]>
@@ -27,7 +27,7 @@ class IntegrationTest extends ProviderIntegrationTest
27
28
protected $testIpv6 = true;
29
30
- protected function createProvider(HttpClient $httpClient)
+ protected function createProvider(ClientInterface $httpClient)
31
{
32
return new IpInfo($httpClient);
33
}
0 commit comments