@@ -20,7 +20,7 @@ |
||
20 | 20 | * |
21 | 21 | * @param ClientExceptionInterface $clientException |
22 | 22 | * |
23 | - * @return Exceptions\Exception |
|
23 | + * @return Exception |
|
24 | 24 | */ |
25 | 25 | public static function fromClientException(ClientExceptionInterface $clientException) |
26 | 26 | { |
@@ -252,7 +252,7 @@ |
||
252 | 252 | * Adds a given resource to multipart stream collection, to be processed by next request. |
253 | 253 | * |
254 | 254 | * @param string $name |
255 | - * @param Psr\Http\Message\StreamInterface $resource |
|
255 | + * @param \Psr\Http\Message\StreamInterface $resource |
|
256 | 256 | * |
257 | 257 | * @return void |
258 | 258 | */ |