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 f2e2814 commit 9cf4a25Copy full SHA for 9cf4a25
Tests/IntegrationTest.php
@@ -14,7 +14,7 @@
14
15
use Geocoder\IntegrationTest\ProviderIntegrationTest;
16
use Geocoder\Provider\MaxMindBinary\MaxMindBinary;
17
-use Http\Client\HttpClient;
+use Psr\Http\Client\ClientInterface;
18
19
/**
20
* @author Tobias Nyholm <[email protected]>
@@ -45,7 +45,7 @@ public static function setUpBeforeClass(): void
45
parent::setUpBeforeClass();
46
}
47
48
- protected function createProvider(HttpClient $httpClient)
+ protected function createProvider(ClientInterface $httpClient)
49
{
50
return new MaxMindBinary(__DIR__.'/fixtures/GeoLiteCity.dat');
51
0 commit comments