Skip to content

Commit e862da7

Browse files
author
Thibaud Fabre
committed
Remove constructor constraint from interface declaration
1 parent 9b57f84 commit e862da7

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)