diff --git a/lib/public/share.php b/lib/public/share.php index 4c7ee3a190e..b21b3a7b963 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);