summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-06-19 21:00:42 +0200
committerLukas Reschke <lukas@owncloud.com>2015-06-19 21:00:42 +0200
commit1ead0b6f95e972a777a80a94887c18574d93271c (patch)
treeceb3eb2188979f75eda7af69f25618da08ae2630 /lib/public
parent5ed9743570173fbea59f150c2fe8da8d6c681cba (diff)
downloadnextcloud-server-1ead0b6f95e972a777a80a94887c18574d93271c.tar.gz
nextcloud-server-1ead0b6f95e972a777a80a94887c18574d93271c.zip
Use proper type
This is a string
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/igroupmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/igroupmanager.php b/lib/public/igroupmanager.php
index ec4b03c5d18..4f41c808c9f 100644
--- a/lib/public/igroupmanager.php
+++ b/lib/public/igroupmanager.php
@@ -127,7 +127,7 @@ interface IGroupManager {
/**
* Checks if a userId is in a group
* @param string $userId
- * @param group $group
+ * @param string $group
* @return bool if in group
* @since 8.0.0
*/