Skip to content

Commit

Permalink
Update GitHubTicketStatusFetcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 24, 2024
1 parent d4c359a commit 44a67f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/ticket/GitHubTicketStatusFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function fetchTicketStatus(array $ticketKeys): array
return $this->fetchTicketStatusByUrls($ticketUrls);
}

/** @return non-empty-string */
public function buildUrl(string $owner, string $repo, string $number): string
{
return "https://api.github.com/repos/$owner/$repo/issues/$number";
Expand Down

0 comments on commit 44a67f8

Please sign in to comment.