summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FeedList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/FeedList.php')
-rw-r--r--lib/Command/Config/FeedList.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/Config/FeedList.php b/lib/Command/Config/FeedList.php
index 57e14d339..0c547868c 100644
--- a/lib/Command/Config/FeedList.php
+++ b/lib/Command/Config/FeedList.php
@@ -57,5 +57,7 @@ class FeedList extends Command
}
$output->writeln(json_encode($this->serialize($feeds), JSON_PRETTY_PRINT));
+
+ return 0;
}
}