Skip to content

Commit 597eca5

Browse files
committed
cs
1 parent 32c5276 commit 597eca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Command/CloseStaleIssuesCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Symfony\Component\Console\Output\OutputInterface;
1313

1414
/**
15-
* Close issues not been updated in a long while
15+
* Close issues not been updated in a long while.
1616
*
1717
* @author Tobias Nyholm <[email protected]>
1818
*/
@@ -43,6 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
4343
$repository = $this->repositoryProvider->getRepository($repositoryName);
4444
if (null === $repository) {
4545
$output->writeln('Repository not configured');
46+
4647
return 1;
4748
}
4849

src/Service/TaskHandler/CloseStaleIssuesHandler.php

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use App\Api\Issue\IssueApi;
88
use App\Api\Label\LabelApi;
9-
use App\Api\PullRequest\PullRequestApi;
109
use App\Entity\Task;
1110
use App\Service\RepositoryProvider;
1211

0 commit comments

Comments
 (0)