Skip to content

Commit b8adc7f

Browse files
authored
Merge pull request KnpLabs#392 from sergeyklay/patch-1
Fixed Github\HttpClient\CachedHttpClient PHPDoc
2 parents d132a27 + 7eb2c8f commit b8adc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/HttpClient/CachedHttpClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CachedHttpClient extends HttpClient
2222
/**
2323
* Contains the lastResponse fetched from cache.
2424
*
25-
* @var Guzzle\Http\Message\Response
25+
* @var \Guzzle\Http\Message\Response
2626
*/
2727
private $lastCachedResponse;
2828

@@ -110,7 +110,7 @@ protected function createRequest($httpMethod, $path, $body = null, array $header
110110
}
111111

112112
/**
113-
* @return Guzzle\Http\Message\Response
113+
* @return \Guzzle\Http\Message\Response
114114
*/
115115
public function getLastResponse($force = false)
116116
{

0 commit comments

Comments
 (0)