summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/OpmlExport.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/OpmlExport.php')
-rw-r--r--lib/Command/Config/OpmlExport.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Command/Config/OpmlExport.php b/lib/Command/Config/OpmlExport.php
index f51aed555..eec93ddbf 100644
--- a/lib/Command/Config/OpmlExport.php
+++ b/lib/Command/Config/OpmlExport.php
@@ -24,6 +24,8 @@ class OpmlExport extends Command
/**
* Configure command
+ *
+ * @return void
*/
protected function configure()
{
@@ -38,7 +40,7 @@ class OpmlExport extends Command
* @param InputInterface $input
* @param OutputInterface $output
*
- * @return int|void
+ * @return int
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{