diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-09 13:19:14 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-12-09 15:51:41 +0100 |
commit | c4ea37b8a102adec16cf13085dba2fd7ef893195 (patch) | |
tree | a0b23e125a6e952ae1568a81bdd7b0d794f8443d /lib/private/Share | |
parent | 676d2b7a947754f4c42405b513658a5f6663673c (diff) | |
download | nextcloud-server-c4ea37b8a102adec16cf13085dba2fd7ef893195.tar.gz nextcloud-server-c4ea37b8a102adec16cf13085dba2fd7ef893195.zip |
Address minor comments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private/Share')
-rw-r--r-- | lib/private/Share/Constants.php | 3 |
1 files changed, 2 insertions, 1 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; |