Skip to content

Commit 6863ad0

Browse files
committed
Remove docblock on class implenting interface
1 parent 8171e98 commit 6863ad0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Api/Label/GithubLabelApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public function __construct(
3030
) {
3131
}
3232

33-
/**
34-
* @return array|string[]
35-
*/
3633
public function getIssueLabels(int $issueNumber, Repository $repository): array
3734
{
3835
$key = $this->getCacheKey($issueNumber, $repository);

0 commit comments

Comments
 (0)