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/private/legacy | |
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/private/legacy')
-rw-r--r-- | lib/private/legacy/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php index f3c6cb7e363..07482a693f5 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -390,7 +390,7 @@ class OC_Util { /** * copies the skeleton to the users /files * - * @param String $userId + * @param string $userId * @param \OCP\Files\Folder $userDirectory * @throws \OCP\Files\NotFoundException * @throws \OCP\Files\NotPermittedException |