diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-28 13:37:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 13:37:16 +0200 |
commit | 74f31bac8c0473f3dc92fcb54967f4cf977c413f (patch) | |
tree | 9228f807ef88168b2dd12978f5cd8e98f5918b52 /lib | |
parent | a9798a359a2e3739fa86e28dcaf647aa61a1620d (diff) | |
parent | 20df0019f1af926b838ef548ec22a9c809537b70 (diff) | |
download | nextcloud-server-74f31bac8c0473f3dc92fcb54967f4cf977c413f.tar.gz nextcloud-server-74f31bac8c0473f3dc92fcb54967f4cf977c413f.zip |
Merge pull request #37609 from nextcloud/showTags
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/SystemTag/ISystemTagManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php index 9918e3a4f99..1cf7263b456 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -125,7 +125,7 @@ interface ISystemTagManager { * @param ISystemTag $tag tag to check permission for * @param IUser $user user to check permission for * - * @return true if the user is allowed to assign/unassign the tag, false otherwise + * @return bool true if the user is allowed to assign/unassign the tag, false otherwise * * @since 9.1.0 */ @@ -137,7 +137,7 @@ interface ISystemTagManager { * @param ISystemTag $tag tag to check permission for * @param IUser $user user to check permission for * - * @return true if the user can see the tag, false otherwise + * @return bool true if the user can see the tag, false otherwise * * @since 9.1.0 */ |