JGithubIssues::editComment
Method to update a comment on an issue.
Signature
public function editComment(string
$user,
string
$repo,
integer
$commentId,
string
$body )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$commentId
- The id of the comment to update.
-
$body
- The new body text for the comment.