Skip to content

Commit c4dc58b

Browse files
authored
fix CS
1 parent 051a3b7 commit c4dc58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Issue/Labels.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function replace($username, $repository, $issue, array $params)
164164
*
165165
* @param string $username
166166
* @param string $repository
167-
* @param int $issue
167+
* @param int $issue
168168
* @param string $label
169169
*
170170
* @return array|string
@@ -181,7 +181,7 @@ public function remove($username, $repository, $issue, $label)
181181
*
182182
* @param string $username
183183
* @param string $repository
184-
* @param int $issue
184+
* @param int $issue
185185
*
186186
* @return array|string
187187
*/

0 commit comments

Comments
 (0)