summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-15 11:51:28 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-15 11:57:05 +0100
commit1b85ef4bf2a18f7ee7bca7bcd3d7702362125d2e (patch)
tree8416ad170617316f366d30c3f9a698de36eb8308 /lib/public
parent159d75945a57be7a391cc16a17744adfd4376473 (diff)
downloadnextcloud-server-1b85ef4bf2a18f7ee7bca7bcd3d7702362125d2e.tar.gz
nextcloud-server-1b85ef4bf2a18f7ee7bca7bcd3d7702362125d2e.zip
Fix string doc type casing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/IRootFolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/IRootFolder.php b/lib/public/Files/IRootFolder.php
index 38e45f49678..b041bcae301 100644
--- a/lib/public/Files/IRootFolder.php
+++ b/lib/public/Files/IRootFolder.php
@@ -37,7 +37,7 @@ interface IRootFolder extends Folder, Emitter {
/**
* Returns a view to user's files folder
*
- * @param String $userId user ID
+ * @param string $userId user ID
* @return \OCP\Files\Folder
* @since 8.2.0
*/