Skip to content

Commit 08c3d7a

Browse files
committed
Updated based on feedback from continuous-integration/styleci/pr
1 parent eaa7993 commit 08c3d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Github/Tests/ResultPagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Github\Api\Issue;
66
use Github\Api\Organization\Members;
7+
use Github\Api\Repo;
78
use Github\Api\Repository\Statuses;
89
use Github\Api\Search;
9-
use Github\Api\Repo;
1010
use Github\Client;
1111
use Github\ResultPager;
1212
use Github\Tests\Mock\PaginatedResponse;
@@ -118,7 +118,7 @@ public function shouldGetAllSearchResults()
118118
}
119119

120120
/**
121-
* @test
121+
* @test
122122
*/
123123
public function shouldHandleEmptyContributorListWith204Header()
124124
{

0 commit comments

Comments
 (0)