summaryrefslogtreecommitdiffstats
path: root/lib/public/Share.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share.php')
-rw-r--r--lib/public/Share.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php
index cb6b145bcfb..9499cdb14b6 100644
--- a/lib/public/Share.php
+++ b/lib/public/Share.php
@@ -42,7 +42,6 @@ namespace OCP;
* @deprecated 17.0.0
*/
class Share extends \OC\Share\Constants {
-
/**
* Get the item of item type shared with a given user by source
* @param string $itemType
@@ -99,7 +98,6 @@ class Share extends \OC\Share\Constants {
*/
public static function getItemsShared($itemType, $format = self::FORMAT_NONE, $parameters = null,
$limit = -1, $includeCollections = false) {
-
// only used by AppVNCSafe app (https://github.com/vnc-biz/nextcloud-appvncsafe/issues/2) - only here to not break apps syntax
}