diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-25 16:42:28 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-25 16:42:28 +0100 |
commit | b3e7e54c8d05b256ef523d7bdbbbb86a7aab8df7 (patch) | |
tree | a953f8d4f7ff3ccb52708fd057f95b49346e2be8 /lib/public/share.php | |
parent | 4e0fa85307105a40395987b3d6e50cb5a1652a18 (diff) | |
download | nextcloud-server-b3e7e54c8d05b256ef523d7bdbbbb86a7aab8df7.tar.gz nextcloud-server-b3e7e54c8d05b256ef523d7bdbbbb86a7aab8df7.zip |
fix some capital letters
Diffstat (limited to 'lib/public/share.php')
-rw-r--r-- | lib/public/share.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index 01bf61a60a5..003a91a93b6 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -256,7 +256,7 @@ class Share { /** * Get the item of item type shared with the current user * @param string $itemType - * @param string $ItemTarget + * @param string $itemTarget * @param int $format (optional) Format type must be defined by the backend * @return Return depends on format */ @@ -268,8 +268,8 @@ class Share { /** * Get the item of item type shared with a given user by source - * @param string $ItemType - * @param string $ItemSource + * @param string $itemType + * @param string $itemSource * @param string $user User user to whom the item was shared * @return array Return list of items with file_target, permissions and expiration */ |