JGithubCommits::editCommitComment
Method to edit a comment on a commit.
Signature
public function editCommitComment(string
$user,
string
$repo,
string
$id,
string
$comment )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$id
- The ID of the comment to edit.
-
$comment
- The text of the comment.