JGithubMilestones::delete
Method to delete a milestone.
Signature
public function delete(string
$user,
string
$repo,
integer
$milestoneId )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$milestoneId
- The id of the milestone to delete.
Returns
- void