diff --git a/src/Client.php b/src/Client.php index aa2bcaae8b..5d5bb43797 100644 --- a/src/Client.php +++ b/src/Client.php @@ -319,7 +319,7 @@ public function setUri($uri) /** * Get uri (from the request) * - * @return Zend\Uri\Http + * @return Http */ public function getUri() { diff --git a/src/Client/Adapter/Test.php b/src/Client/Adapter/Test.php index 752cce5b0e..de8aaf389a 100644 --- a/src/Client/Adapter/Test.php +++ b/src/Client/Adapter/Test.php @@ -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) { diff --git a/src/ClientStatic.php b/src/ClientStatic.php index 72ab2fe93b..18f0d31b8e 100644 --- a/src/ClientStatic.php +++ b/src/ClientStatic.php @@ -26,7 +26,7 @@ class ClientStatic /** * Get the static HTTP client * - * @return Zend\Http\Client + * @return Client */ protected static function getStaticClient() {