diff options
author | Owen Winkler <a_github@midnightcircus.com> | 2013-11-25 11:17:16 -0800 |
---|---|---|
committer | Owen Winkler <a_github@midnightcircus.com> | 2013-11-25 11:17:16 -0800 |
commit | 844b4785f1e992391d51ef34eacc5cfda107ee50 (patch) | |
tree | a71c42c996c9e51df1b804cdc2bf9a0dee0554f8 /lib/public/share.php | |
parent | 4626fae8827de22f6b4e4ce043e8a1b30c98ca3f (diff) | |
parent | b3e7e54c8d05b256ef523d7bdbbbb86a7aab8df7 (diff) | |
download | nextcloud-server-844b4785f1e992391d51ef34eacc5cfda107ee50.tar.gz nextcloud-server-844b4785f1e992391d51ef34eacc5cfda107ee50.zip |
Merge pull request #6034 from owncloud/fix-api-documentation
Fix api documentation
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 caa274b8579..6178a5ae043 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 */ |