summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-04-28 13:37:16 +0200
committerGitHub <noreply@github.com>2023-04-28 13:37:16 +0200
commit74f31bac8c0473f3dc92fcb54967f4cf977c413f (patch)
tree9228f807ef88168b2dd12978f5cd8e98f5918b52 /lib
parenta9798a359a2e3739fa86e28dcaf647aa61a1620d (diff)
parent20df0019f1af926b838ef548ec22a9c809537b70 (diff)
downloadnextcloud-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.php4
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
*/