Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-15 13:51:28 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-15 13:57:05 +0300
commit1b85ef4bf2a18f7ee7bca7bcd3d7702362125d2e (patch)
tree8416ad170617316f366d30c3f9a698de36eb8308 /lib/public
parent159d75945a57be7a391cc16a17744adfd4376473 (diff)
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
*/