Skip to content

Commit

Permalink
Fix incompatibility with symfony/console 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchaserinfo committed Dec 2, 2019
1 parent c00f5a3 commit 108ef28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
} else {
$output->writeln($markdownData, OutputInterface::OUTPUT_RAW);
}

return 0;
}
}

0 comments on commit 108ef28

Please sign in to comment.