@@ -29,8 +29,8 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Construtor |
| 31 | 31 | * |
| 32 | - * @param Zend\Http\Client $client |
|
| 33 | - * @param Zend\Http\Response $response |
|
| 32 | + * @param ZendHttpClient $client |
|
| 33 | + * @param ZendHttpResponse $response |
|
| 34 | 34 | */ |
| 35 | 35 | public function __construct(ZendHttpClient $client, ZendHttpResponse $response) |
| 36 | 36 | { |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | /** |
| 13 | 13 | * Throws an exception |
| 14 | 14 | * |
| 15 | - * @param Zend\Http\Client $client |
|
| 16 | - * @param Zend\Http\Response $response |
|
| 15 | + * @param ZendHttpClient $client |
|
| 16 | + * @param ZendHttpResponse $response |
|
| 17 | 17 | * @param string|null $message |
| 18 | 18 | * @throws ApigilityClient\Exception\RuntimeException |
| 19 | 19 | */ |