Skip to content

Commit 5bede6a

Browse files
committed
cs
1 parent be9bbd0 commit 5bede6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/OpenIssueCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)