Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 6de3f68

Browse files
committed
Merge branch 'hotfix/2365'
2 parents 1eb2932 + d445754 commit 6de3f68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public function setUri($uri)
319319
/**
320320
* Get uri (from the request)
321321
*
322-
* @return Zend\Uri\Http
322+
* @return Http
323323
*/
324324
public function getUri()
325325
{

src/Client/Adapter/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function setResponse($response)
190190
/**
191191
* Add another response to the response buffer.
192192
*
193-
* @param string \Zend\Http\Response|$response
193+
* @param string|Response $response
194194
*/
195195
public function addResponse($response)
196196
{

src/ClientStatic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClientStatic
2626
/**
2727
* Get the static HTTP client
2828
*
29-
* @return Zend\Http\Client
29+
* @return Client
3030
*/
3131
protected static function getStaticClient()
3232
{

0 commit comments

Comments
 (0)