Skip to content

Commit 5096859

Browse files
authored
Remove duplicate checks method
1 parent 7e2d2f3 commit 5096859

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/Github/Api/Repo.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -701,16 +701,4 @@ public function transfer($username, $repository, $newOwner, $teamId = [])
701701

702702
return $this->post('/repos/'.rawurldecode($username).'/'.rawurldecode($repository).'/transfer', ['new_owner' => $newOwner, 'team_id' => $teamId]);
703703
}
704-
705-
/**
706-
* Manage the checks of a repository.
707-
*
708-
* @link https://developer.github.com/v3/checks
709-
*
710-
* @return Checks
711-
*/
712-
public function checks()
713-
{
714-
return new Checks($this->client);
715-
}
716704
}

0 commit comments

Comments
 (0)