Skip to content

Commit

Permalink
Merge pull request #854 from staabm/patch-2
Browse files Browse the repository at this point in the history
fix phpdoc
  • Loading branch information
acrobat authored Apr 1, 2020
2 parents 93ba4c0 + c4dc58b commit 7221501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Github/Api/Issue/Labels.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*/
Expand Down

0 comments on commit 7221501

Please sign in to comment.