Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Nov 8, 2020
1 parent 32c5276 commit 597eca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Command/CloseStaleIssuesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Output\OutputInterface;

/**
* Close issues not been updated in a long while
* Close issues not been updated in a long while.
*
* @author Tobias Nyholm <[email protected]>
*/
Expand Down Expand Up @@ -43,6 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$repository = $this->repositoryProvider->getRepository($repositoryName);
if (null === $repository) {
$output->writeln('Repository not configured');

return 1;
}

Expand Down
1 change: 0 additions & 1 deletion src/Service/TaskHandler/CloseStaleIssuesHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use App\Api\Issue\IssueApi;
use App\Api\Label\LabelApi;
use App\Api\PullRequest\PullRequestApi;
use App\Entity\Task;
use App\Service\RepositoryProvider;

Expand Down

0 comments on commit 597eca5

Please sign in to comment.