diff --git a/lib/Github/Api/Issue/Labels.php b/lib/Github/Api/Issue/Labels.php index 075597ed50f..0a67445d4e3 100644 --- a/lib/Github/Api/Issue/Labels.php +++ b/lib/Github/Api/Issue/Labels.php @@ -36,6 +36,7 @@ public function all($username, $repository, $issue = null) /** * Create a label for a repository. * + * @link https://developer.github.com/v3/issues/labels/#create-a-label * @param string $username * @param string $repository * @param array $params @@ -74,6 +75,7 @@ public function deleteLabel($username, $repository, $label) /** * Edit a label for a repository * + * @link https://developer.github.com/v3/issues/labels/#update-a-label * @param string $username * @param string $repository * @param string $label