add phpdoc
This commit is contained in:
parent
3157d307f7
commit
cf76933b76
|
@ -808,6 +808,10 @@ class Preview {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param int $fileId
|
||||
* @return string
|
||||
*/
|
||||
private function getPreviewPath($fileId) {
|
||||
return $this->getThumbnailsFolder() . '/' . $fileId . '/';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue