Skip to content

Commit a9f0f42

Browse files
committed
Merge pull request #229 from keradus/trailing_spaces
CS: Remove trailing whitespace at the end of non-blank lines.
2 parents 5d295ba + 2f89429 commit a9f0f42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Github/HttpClient/CachedHttpClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class CachedHttpClient extends HttpClient
2121

2222
/**
2323
* contains the lastResponse fetched from cache
24-
*
25-
* @var Guzzle\Http\Message\Response
24+
*
25+
* @var Guzzle\Http\Message\Response
2626
*/
2727
private $lastCachedResponse;
2828

test/Github/Tests/Api/Repository/StatusesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function shouldNotCreateWithoutStatus()
7171
}
7272

7373
/**
74-
* @test
74+
* @test
7575
*/
7676
public function shouldCreateCommitStatus()
7777
{

0 commit comments

Comments
 (0)