[Pkg-owncloud-commits] [owncloud] 15/69: Correct return type for getFilePath

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 614cc67f884ffd2e386688c77a8bfffacef5c734
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Thu May 1 18:12:17 2014 +0200

    Correct return type for getFilePath
---
 lib/public/share.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/share.php b/lib/public/share.php
index 4c7ee3a..b21b3a7 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -397,7 +397,7 @@ interface Share_Backend_File_Dependent extends Share_Backend {
 	 * Get the file path of the item
 	 * @param string $itemSource
 	 * @param string $uidOwner User that is the owner of shared item
-	 * @return boolean
+	 * @return string|false
 	 */
 	public function getFilePath($itemSource, $uidOwner);
 

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