diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-18 23:51:06 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-20 00:46:03 +0200 |
commit | a8f46af20f4fccac0257eba950e70d0da96c4a5a (patch) | |
tree | b3922576860114dac6747ed7fc98ab4360864b2d /lib/public/Share_Backend.php | |
parent | e7f8ab1c3b7bdbc6f34a62e5b5bbaa2f903f467b (diff) | |
download | nextcloud-server-a8f46af20f4fccac0257eba950e70d0da96c4a5a.tar.gz nextcloud-server-a8f46af20f4fccac0257eba950e70d0da96c4a5a.zip |
chore: Add proper deprecation dates where missing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'lib/public/Share_Backend.php')
-rw-r--r-- | lib/public/Share_Backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share_Backend.php b/lib/public/Share_Backend.php index b77731ccdfd..794d72b7873 100644 --- a/lib/public/Share_Backend.php +++ b/lib/public/Share_Backend.php @@ -30,7 +30,7 @@ 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 + * @param array|null $exclude List of similar item names already existing as shared items @deprecated 7.0.0 * @return string Target name * * This function needs to verify that the user does not already have an item with this name. |