Correct return type for getFilePath

This commit is contained in:
Bart Visscher 2014-05-01 18:12:17 +02:00
parent c34659dd89
commit 614cc67f88
1 changed files with 1 additions and 1 deletions

View File

@ -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);