summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FolderList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/FolderList.php')
-rw-r--r--lib/Command/Config/FolderList.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Command/Config/FolderList.php b/lib/Command/Config/FolderList.php
index 6340f4d57..158747be5 100644
--- a/lib/Command/Config/FolderList.php
+++ b/lib/Command/Config/FolderList.php
@@ -3,7 +3,6 @@
namespace OCA\News\Command\Config;
use OCA\News\Controller\ApiPayloadTrait;
-use OCA\News\Service\FeedServiceV2;
use OCA\News\Service\FolderServiceV2;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
@@ -29,6 +28,8 @@ class FolderList extends Command
/**
* Configure command
+ *
+ * @return void
*/
protected function configure()
{