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/public/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/public/Share')
-rw-r--r-- | lib/public/Share/IShare.php | 3 |
1 files changed, 2 insertions, 1 deletions
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; |