From 2f89429b5637639881dc6f6e0ea458f6f2ce6375 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Thu, 22 Jan 2015 13:36:31 +0100 Subject: [PATCH] Remove trailing whitespace at the end of non-blank lines. --- lib/Github/HttpClient/CachedHttpClient.php | 4 ++-- test/Github/Tests/Api/Repository/StatusesTest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Github/HttpClient/CachedHttpClient.php b/lib/Github/HttpClient/CachedHttpClient.php index 16ace027643..3d91bc2d279 100644 --- a/lib/Github/HttpClient/CachedHttpClient.php +++ b/lib/Github/HttpClient/CachedHttpClient.php @@ -21,8 +21,8 @@ class CachedHttpClient extends HttpClient /** * contains the lastResponse fetched from cache - * - * @var Guzzle\Http\Message\Response + * + * @var Guzzle\Http\Message\Response */ private $lastCachedResponse; diff --git a/test/Github/Tests/Api/Repository/StatusesTest.php b/test/Github/Tests/Api/Repository/StatusesTest.php index c27f09b404e..8845a523b4d 100644 --- a/test/Github/Tests/Api/Repository/StatusesTest.php +++ b/test/Github/Tests/Api/Repository/StatusesTest.php @@ -71,7 +71,7 @@ public function shouldNotCreateWithoutStatus() } /** - * @test + * @test */ public function shouldCreateCommitStatus() {