We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c2963 commit 350cab5Copy full SHA for 350cab5
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 <tobias.nyholm@gmail.com>
@@ -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