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

Commit

Permalink
Merge branch 'hotfix/2365' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 17, 2012
2 parents b355454 + d445754 commit ecb09fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function setUri($uri)
/**
* Get uri (from the request)
*
* @return Zend\Uri\Http
* @return Http
*/
public function getUri()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Adapter/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function setResponse($response)
/**
* Add another response to the response buffer.
*
* @param string \Zend\Http\Response|$response
* @param string|Response $response
*/
public function addResponse($response)
{
Expand Down
2 changes: 1 addition & 1 deletion src/ClientStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ClientStatic
/**
* Get the static HTTP client
*
* @return Zend\Http\Client
* @return Client
*/
protected static function getStaticClient()
{
Expand Down

0 comments on commit ecb09fb

Please sign in to comment.