Skip to content

Commit df5a9ac

Browse files
committed
phpcs
1 parent 1ee95cf commit df5a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Issue/GithubIssueApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function findStaleIssues(Repository $repository, \DateTimeImmutable $noUp
8383
return $this->resultPager->fetchAllLazy($this->searchApi, 'issues', [
8484
sprintf('repo:%s is:issue -label:"Keep open" -label:"Missing translations" is:open -linked:pr updated:<%s', $repository->getFullName(), $noUpdateAfter->format('Y-m-d')),
8585
'updated',
86-
'desc'
86+
'desc',
8787
]);
8888
}
8989
}

0 commit comments

Comments
 (0)