Skip to content

Commit d04c463

Browse files
committed
Merge pull request #312 from lucasmichot/feature/master.issues-links
Issues : add missing API @link
2 parents 1b75a94 + a623cb1 commit d04c463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Github/Api/Issue/Labels.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function all($username, $repository, $issue = null)
3636
/**
3737
* Create a label for a repository.
3838
*
39+
* @link https://developer.github.com/v3/issues/labels/#create-a-label
3940
* @param string $username
4041
* @param string $repository
4142
* @param array $params
@@ -74,6 +75,7 @@ public function deleteLabel($username, $repository, $label)
7475
/**
7576
* Edit a label for a repository
7677
*
78+
* @link https://developer.github.com/v3/issues/labels/#update-a-label
7779
* @param string $username
7880
* @param string $repository
7981
* @param string $label

0 commit comments

Comments
 (0)