From 614cc67f884ffd2e386688c77a8bfffacef5c734 Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Thu, 1 May 2014 18:12:17 +0200
Subject: [PATCH] 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 4c7ee3a190..b21b3a7b96 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);
 
-- 
GitLab