summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/filesystemhelper.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-10-15 08:27:24 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-15 08:29:35 +0200
commit24420e9eb1fdd4e15e1fc7eed1dd6d5b38f5cc0f (patch)
treea0a650ea1a21e74afcebac99c0e0e600f4104d74 /apps/user_ldap/lib/filesystemhelper.php
parent5bee7007dd72d0353d33a79950717b5bdf24900a (diff)
downloadnextcloud-server-24420e9eb1fdd4e15e1fc7eed1dd6d5b38f5cc0f.tar.gz
nextcloud-server-24420e9eb1fdd4e15e1fc7eed1dd6d5b38f5cc0f.zip
Fix doc blocks of LDAP classes
Diffstat (limited to 'apps/user_ldap/lib/filesystemhelper.php')
-rw-r--r--apps/user_ldap/lib/filesystemhelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/filesystemhelper.php b/apps/user_ldap/lib/filesystemhelper.php
index 7c45d25ed31..6d431f6cb43 100644
--- a/apps/user_ldap/lib/filesystemhelper.php
+++ b/apps/user_ldap/lib/filesystemhelper.php
@@ -37,7 +37,7 @@ class FilesystemHelper {
/**
* @brief initializes the filesystem for the given user
- * @param string the ownCloud username of the user
+ * @param string $uid the ownCloud username of the user
*/
public function setup($uid) {
\OC_Util::setupFS($uid);