]> source.dussan.org Git - nextcloud-server.git/commitdiff
Some more params are optional
authorBart Visscher <bartv@thisnet.nl>
Thu, 1 May 2014 16:11:30 +0000 (18:11 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 1 May 2014 16:11:30 +0000 (18:11 +0200)
lib/private/share/share.php

index 21876bba8315c2d56418f540689259f501b1fd36..9956ac99d57d9a603c516069c9ca875a408ce197 100644 (file)
@@ -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