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 8ae8e86 commit bf264feCopy full SHA for bf264fe
lib/Github/HttpClient/Builder.php
@@ -5,7 +5,6 @@
5
use Http\Client\Common\HttpMethodsClient;
6
use Http\Client\Common\Plugin;
7
use Http\Client\Common\Plugin\Cache\Generator\HeaderCacheKeyGenerator;
8
-use Http\Client\Common\PluginClient;
9
use Http\Client\Common\PluginClientFactory;
10
use Http\Client\HttpClient;
11
use Http\Discovery\HttpClientDiscovery;
@@ -34,7 +33,7 @@ class Builder
34
33
/**
35
* A HTTP client with all our plugins.
36
*
37
- * @var PluginClient
+ * @var HttpMethodsClient
38
*/
39
private $pluginClient;
40
0 commit comments