add phpdoc

This commit is contained in:
Georg Ehrke 2014-08-27 10:05:02 +02:00 committed by Morris Jobke
parent 3157d307f7
commit cf76933b76
1 changed files with 4 additions and 0 deletions

View File

@ -808,6 +808,10 @@ class Preview {
}
/**
* @param int $fileId
* @return string
*/
private function getPreviewPath($fileId) {
return $this->getThumbnailsFolder() . '/' . $fileId . '/';
}