From 051a3b74b5a0504546d5da304461c9cbe03a430c Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 27 Mar 2020 14:33:58 +0100 Subject: [PATCH 1/2] fix phpdoc --- lib/Github/Api/Issue/Labels.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Github/Api/Issue/Labels.php b/lib/Github/Api/Issue/Labels.php index f1f68b76295..05c89f5f0c3 100644 --- a/lib/Github/Api/Issue/Labels.php +++ b/lib/Github/Api/Issue/Labels.php @@ -164,7 +164,7 @@ public function replace($username, $repository, $issue, array $params) * * @param string $username * @param string $repository - * @param string $issue + * @param int $issue * @param string $label * * @return array|string @@ -181,7 +181,7 @@ public function remove($username, $repository, $issue, $label) * * @param string $username * @param string $repository - * @param string $issue + * @param int $issue * * @return array|string */ From c4dc58b7718bca17687fa7248a2e8d0e6e7a7a2b Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 27 Mar 2020 15:12:27 +0100 Subject: [PATCH 2/2] fix CS --- lib/Github/Api/Issue/Labels.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Github/Api/Issue/Labels.php b/lib/Github/Api/Issue/Labels.php index 05c89f5f0c3..de6fe76df02 100644 --- a/lib/Github/Api/Issue/Labels.php +++ b/lib/Github/Api/Issue/Labels.php @@ -164,7 +164,7 @@ public function replace($username, $repository, $issue, array $params) * * @param string $username * @param string $repository - * @param int $issue + * @param int $issue * @param string $label * * @return array|string @@ -181,7 +181,7 @@ public function remove($username, $repository, $issue, $label) * * @param string $username * @param string $repository - * @param int $issue + * @param int $issue * * @return array|string */