summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FolderAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/FolderAdd.php')
-rw-r--r--lib/Command/Config/FolderAdd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Config/FolderAdd.php b/lib/Command/Config/FolderAdd.php
index 03ad72535..503d63a31 100644
--- a/lib/Command/Config/FolderAdd.php
+++ b/lib/Command/Config/FolderAdd.php
@@ -2,8 +2,6 @@
namespace OCA\News\Command\Config;
-use OCA\News\Db\Feed;
-use OCA\News\Service\FeedServiceV2;
use OCA\News\Service\FolderServiceV2;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
@@ -27,6 +25,8 @@ class FolderAdd extends Command
/**
* Configure command
+ *
+ * @return void
*/
protected function configure()
{