mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
add phpdoc
This commit is contained in:
parent
3157d307f7
commit
cf76933b76
1 changed files with 4 additions and 0 deletions
|
|
@ -808,6 +808,10 @@ class Preview {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param int $fileId
|
||||
* @return string
|
||||
*/
|
||||
private function getPreviewPath($fileId) {
|
||||
return $this->getThumbnailsFolder() . '/' . $fileId . '/';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue