From 7eb2c8fbbd166fd309a17315df55064674b63d7e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 27 Jun 2016 00:53:29 +0300 Subject: [PATCH] Fixed Github\HttpClient\CachedHttpClient PHPDoc --- lib/Github/HttpClient/CachedHttpClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Github/HttpClient/CachedHttpClient.php b/lib/Github/HttpClient/CachedHttpClient.php index f7d363b131d..224ebd11235 100644 --- a/lib/Github/HttpClient/CachedHttpClient.php +++ b/lib/Github/HttpClient/CachedHttpClient.php @@ -22,7 +22,7 @@ class CachedHttpClient extends HttpClient /** * Contains the lastResponse fetched from cache. * - * @var Guzzle\Http\Message\Response + * @var \Guzzle\Http\Message\Response */ private $lastCachedResponse; @@ -110,7 +110,7 @@ protected function createRequest($httpMethod, $path, $body = null, array $header } /** - * @return Guzzle\Http\Message\Response + * @return \Guzzle\Http\Message\Response */ public function getLastResponse($force = false) {