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 0bf9599 commit fcb8fd6Copy full SHA for fcb8fd6
Tests/IntegrationTest.php
@@ -14,7 +14,7 @@
14
15
use Geocoder\IntegrationTest\ProviderIntegrationTest;
16
use Geocoder\Provider\GeoPlugin\GeoPlugin;
17
-use Http\Client\HttpClient;
+use Psr\Http\Client\ClientInterface;
18
19
/**
20
* @author Tobias Nyholm <[email protected]>
@@ -25,7 +25,7 @@ class IntegrationTest extends ProviderIntegrationTest
25
26
protected $testReverse = false;
27
28
- protected function createProvider(HttpClient $httpClient)
+ protected function createProvider(ClientInterface $httpClient)
29
{
30
return new GeoPlugin($httpClient, $this->getApiKey());
31
}
0 commit comments