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 5fc9d7d commit 240efd8Copy full SHA for 240efd8
iPublications/Profit/GuzzleAdapterClient.php
@@ -5,7 +5,7 @@
5
class GuzzleAdapterClient implements Client
6
{
7
/**
8
- * @var \GuzzleHttp\Client
+ * @var \GuzzleHttp\ClientInterface
9
*/
10
protected $client;
11
@@ -34,7 +34,7 @@ class GuzzleAdapterClient implements Client
34
35
protected $options;
36
37
- public function __construct(\GuzzleHttp\Client $client = null)
+ public function __construct(\GuzzleHttp\ClientInterface $client = null)
38
39
$this->client = $client ? $client : new \GuzzleHttp\Client;
40
}
0 commit comments