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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-04-23 14:35:30 +0300
committerRobin Appelman <robin@icewind.nl>2020-04-23 14:35:30 +0300
commit7a4ea4a6b60c73af8f14da21bb227b02cf2b7b90 (patch)
treeabf94d66cc595c28f46787b2b5b612d0016ca6f1 /apps
parent436908ee3fa25ffa88f47317d532fcbf451cb56a (diff)
make php-cs happy
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/Controller/ShareesAPIController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareesAPIController.php b/apps/files_sharing/lib/Controller/ShareesAPIController.php
index bc63bfc5351..c74b626b279 100644
--- a/apps/files_sharing/lib/Controller/ShareesAPIController.php
+++ b/apps/files_sharing/lib/Controller/ShareesAPIController.php
@@ -48,7 +48,6 @@ use OCP\IConfig;
use OCP\IRequest;
use OCP\IURLGenerator;
use OCP\Share\IShare;
-use OCP\Share;
use OCP\Share\IManager;
use function usort;