Skip to content

Commit a8f60a1

Browse files
committed
Style fix
1 parent fa4d1d9 commit a8f60a1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

lib/Github/HttpClient/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use Psr\Cache\CacheItemPoolInterface;
1616

1717
/**
18-
* A builder that builds the API client. This will allow you to fluently add and remove
19-
* plugins.
18+
* A builder that builds the API client.
19+
* This will allow you to fluently add and remove plugins.
2020
*
2121
* @author Tobias Nyholm <[email protected]>
2222
*/

test/Github/Tests/HttpClient/BuilderTest.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
namespace Github\Tests\HttpClient;
44

5-
use Github\Api;
6-
use Github\Client;
7-
use Github\Exception\BadMethodCallException;
8-
use Github\HttpClient\Plugin\Authentication;
95
use Http\Client\Common\Plugin;
106

7+
/**
8+
* @author Tobias Nyholm <[email protected]>
9+
*/
1110
class BuilderTest extends \PHPUnit_Framework_TestCase
1211
{
1312
/**
@@ -29,8 +28,6 @@ public function shouldClearHeaders()
2928
$builder->clearHeaders();
3029
}
3130

32-
33-
3431
/**
3532
* @test
3633
*/

0 commit comments

Comments
 (0)