We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d02b69 commit bad3950Copy full SHA for bad3950
src/AppBundle/Issues/GitHub/GitHubStatusApi.php
@@ -56,7 +56,7 @@ public function setIssueStatus($issueNumber, $newStatus, Repository $repository)
56
$this->logger->info(sprintf(
57
'Fetched the following labels: %s',
58
implode(', ', $currentLabels)
59
- ))
+ ));
60
61
$addLabel = true;
62
0 commit comments