@@ -39,7 +39,7 @@ |
||
39 | 39 | * Constructs an Http object. |
40 | 40 | * |
41 | 41 | * @param string $base The base URL. |
42 | - * @param \GuzzleHttp\ClientInterface $client An optional Guzzle client. |
|
42 | + * @param ClientInterface $client An optional Guzzle client. |
|
43 | 43 | */ |
44 | 44 | public function __construct($base, ClientInterface $client = null) |
45 | 45 | { |