Skip to content

Commit e0745bf

Browse files
committed
Merge pull request #165 from satisious/issue-164
Remove constructor constraint from interface declaration
2 parents 9b57f84 + e862da7 commit e0745bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Github/Api/ApiInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
namespace Github\Api;
44

5-
use Github\Client;
6-
75
/**
86
* Api interface
97
*
108
* @author Joseph Bielawski <[email protected]>
119
*/
1210
interface ApiInterface
1311
{
14-
public function __construct(Client $client);
1512

1613
public function getPerPage();
1714

0 commit comments

Comments
 (0)