diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-11-15 11:51:28 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-11-15 11:57:05 +0100 |
commit | 1b85ef4bf2a18f7ee7bca7bcd3d7702362125d2e (patch) | |
tree | 8416ad170617316f366d30c3f9a698de36eb8308 /lib/public | |
parent | 159d75945a57be7a391cc16a17744adfd4376473 (diff) | |
download | nextcloud-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.php | 2 |
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 */ |