Skip to content

Commit bf264fe

Browse files
GrahamCampbellNyholm
authored andcommitted
Fixed phpdoc typo (KnpLabs#695)
* Fixed phpdoc typo * Update Builder.php
1 parent 8ae8e86 commit bf264fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Github/HttpClient/Builder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Http\Client\Common\HttpMethodsClient;
66
use Http\Client\Common\Plugin;
77
use Http\Client\Common\Plugin\Cache\Generator\HeaderCacheKeyGenerator;
8-
use Http\Client\Common\PluginClient;
98
use Http\Client\Common\PluginClientFactory;
109
use Http\Client\HttpClient;
1110
use Http\Discovery\HttpClientDiscovery;
@@ -34,7 +33,7 @@ class Builder
3433
/**
3534
* A HTTP client with all our plugins.
3635
*
37-
* @var PluginClient
36+
* @var HttpMethodsClient
3837
*/
3938
private $pluginClient;
4039

0 commit comments

Comments
 (0)