[Pkg-owncloud-commits] [owncloud] 112/172: fixing typo and missing @throws

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:46 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 147007bdd8e2f60d2a39685623f34130c87edc0c
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue May 13 12:17:30 2014 +0200

    fixing typo and missing @throws
---
 lib/private/share/helper.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/private/share/helper.php b/lib/private/share/helper.php
index 68f4a35..bc83d56 100644
--- a/lib/private/share/helper.php
+++ b/lib/private/share/helper.php
@@ -32,6 +32,7 @@ class Helper extends \OC\Share\Constants {
 	 * @param string $uidOwner User that is the owner of shared item
 	 * @param string $suggestedTarget The suggested target originating from a reshare (optional)
 	 * @param int $groupParent The id of the parent group share (optional)
+	 * @throws \Exception
 	 * @return string Item target
 	 */
 	public static function generateTarget($itemType, $itemSource, $shareType, $shareWith, $uidOwner,
@@ -144,7 +145,7 @@ class Helper extends \OC\Share\Constants {
 	 * Delete all reshares of an item
 	 * @param int $parent Id of item to delete
 	 * @param bool $excludeParent If true, exclude the parent from the delete (optional)
-	 * @param string $uidOwner The user that the parent was shared with (optinal)
+	 * @param string $uidOwner The user that the parent was shared with (optional)
 	 */
 	public static function delete($parent, $excludeParent = false, $uidOwner = null) {
 		$ids = array($parent);

-- 
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