JGithubPulls::getComment
Method to get a specific comment on a pull request.
Signature
public function getComment(string
$user,
string
$repo,
integer
$commentId )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$commentId
- The comment id to get.