[Pkg-owncloud-commits] [owncloud] 13/69: Some more params are optional

David Prévot taffit at moszumanska.debian.org
Sat May 10 16:20:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 50f49c57b5d51951dae87c0a9d57ad2b5dbefef7
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Thu May 1 18:11:30 2014 +0200

    Some more params are optional
---
 lib/private/share/share.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/private/share/share.php b/lib/private/share/share.php
index 21876bb..9956ac9 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -1004,9 +1004,9 @@ class Share extends \OC\Share\Constants {
 	 * @param int $shareType SHARE_TYPE_USER, SHARE_TYPE_GROUP, SHARE_TYPE_LINK, $shareTypeUserAndGroups, or $shareTypeGroupUserUnique
 	 * @param string $shareWith User or group the item is being shared with
 	 * @param string uidOwner User that is the owner of shared items (optional)
-	 * @param int $format Format to convert items to with formatItems()
-	 * @param mixed $parameters to pass to formatItems()
-	 * @param int $limit Number of items to return, -1 to return all matches (optional)
+	 * @param int $format Format to convert items to with formatItems() (optional)
+	 * @param mixed $parameters to pass to formatItems() (optional)
+	 * @param int $limit Number of items to retur/n, -1 to return all matches (optional)
 	 * @param bool $includeCollections Include collection item types (optional)
 	 * @param bool $itemShareWithBySource (optional)
 	 * @param bool $checkExpireDate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list