aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share_Backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share_Backend.php')
-rw-r--r--lib/public/Share_Backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Share_Backend.php b/lib/public/Share_Backend.php
index b77731ccdfd..0fa79854e10 100644
--- a/lib/public/Share_Backend.php
+++ b/lib/public/Share_Backend.php
@@ -30,14 +30,14 @@ interface Share_Backend {
* Get a unique name of the item for the specified user
* @param string $itemSource
* @param string|false $shareWith User the item is being shared with
- * @param array|null $exclude List of similar item names already existing as shared items @deprecated since version OC7
* @return string Target name
*
* This function needs to verify that the user does not already have an item with this name.
* If it does generate a new name e.g. name_#
* @since 5.0.0
+ * @deprecated 31.0.0
*/
- public function generateTarget($itemSource, $shareWith, $exclude = null);
+ public function generateTarget($itemSource, $shareWith);
/**
* Converts the shared item sources back into the item in the specified format