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 fabd562 commit 0e7184dCopy full SHA for 0e7184d
Tests/IntegrationTest.php
@@ -14,7 +14,7 @@
14
15
use Geocoder\IntegrationTest\ProviderIntegrationTest;
16
use Geocoder\Provider\HostIp\HostIp;
17
-use Http\Client\HttpClient;
+use Psr\Http\Client\ClientInterface;
18
19
/**
20
* @author Tobias Nyholm <[email protected]>
@@ -31,7 +31,7 @@ class IntegrationTest extends ProviderIntegrationTest
31
32
protected $testIpv6 = false;
33
34
- protected function createProvider(HttpClient $httpClient)
+ protected function createProvider(ClientInterface $httpClient)
35
{
36
return new HostIp($httpClient);
37
}
0 commit comments