summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Share/Constants.php3
-rw-r--r--lib/public/Share/IShare.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php
index 0ba68428c87..77ed3176277 100644
--- a/lib/private/Share/Constants.php
+++ b/lib/private/Share/Constants.php
@@ -71,9 +71,10 @@ class Constants {
public const SHARE_TYPE_ROOM = 10;
// const SHARE_TYPE_USERROOM = 11; // Internal type used by RoomShareProvider
/**
- * @deprecated 21.0.0 - use IShare::TYPE_ROOM instead
+ * @deprecated 21.0.0 - use IShare::TYPE_DECK instead
*/
public const SHARE_TYPE_DECK = 12;
+ // const SHARE_TYPE_DECK_USER = 13; // Internal type used by DeckShareProvider
public const FORMAT_NONE = -1;
public const FORMAT_STATUSES = -2;
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php
index 4bd290d66c8..86aceba80f5 100644
--- a/lib/public/Share/IShare.php
+++ b/lib/public/Share/IShare.php
@@ -111,7 +111,8 @@ interface IShare {
public const TYPE_DECK = 12;
/**
- * @internal 21.00
+ * @internal
+ * @since 21.0.0
*/
public const TYPE_DECK_USER = 13;