Skip to content

Commit bad3950

Browse files
committed
syntax
1 parent 7d02b69 commit bad3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Issues/GitHub/GitHubStatusApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function setIssueStatus($issueNumber, $newStatus, Repository $repository)
5656
$this->logger->info(sprintf(
5757
'Fetched the following labels: %s',
5858
implode(', ', $currentLabels)
59-
))
59+
));
6060

6161
$addLabel = true;
6262

0 commit comments

Comments
 (0)