From a623cb15ce677e322318b6f86397c284e054dd4b Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Fri, 25 Sep 2015 11:33:27 +0200 Subject: [PATCH] Add missing API @link --- lib/Github/Api/Issue/Labels.php | 2 ++ 1 file changed, 2 insertions(+) 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