We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d295ba + 2f89429 commit a9f0f42Copy full SHA for a9f0f42
lib/Github/HttpClient/CachedHttpClient.php
@@ -21,8 +21,8 @@ class CachedHttpClient extends HttpClient
21
22
/**
23
* contains the lastResponse fetched from cache
24
- *
25
- * @var Guzzle\Http\Message\Response
+ *
+ * @var Guzzle\Http\Message\Response
26
*/
27
private $lastCachedResponse;
28
test/Github/Tests/Api/Repository/StatusesTest.php
@@ -71,7 +71,7 @@ public function shouldNotCreateWithoutStatus()
71
}
72
73
74
- * @test
+ * @test
75
76
public function shouldCreateCommitStatus()
77
{
0 commit comments