Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-12 16:38:49 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-01-12 17:37:10 +0300
commit162c5233d85baa87d004cd4626a6e3a3d3370228 (patch)
tree738b0f7b3745967dfc62351610189974f1a6c7b7 /lib/Command/Scan.php
parent125e936430384152d78b2b6726108b9817d2dd1e (diff)
Update psalm and cs-fixer
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/Command/Scan.php')
-rw-r--r--lib/Command/Scan.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Command/Scan.php b/lib/Command/Scan.php
index 9aaa069e..62933436 100644
--- a/lib/Command/Scan.php
+++ b/lib/Command/Scan.php
@@ -1,4 +1,6 @@
-<?php declare(strict_types=1);
+<?php
+
+declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Robin Appelman <robin@icewind.nl>
*
@@ -21,13 +23,8 @@
namespace OCA\GroupFolders\Command;
-use OC\Core\Command\Base;
use OC\Files\ObjectStore\NoopScanner;
-use OCA\GroupFolders\Command\FolderCommand;
-use OCA\GroupFolders\Folder\FolderManager;
-use OCA\GroupFolders\Mount\MountProvider;
use OCP\Constants;
-use OCP\Files\IRootFolder;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;