Skip to content
Snippets Groups Projects
Commit cf76933b authored by Georg Ehrke's avatar Georg Ehrke Committed by Morris Jobke
Browse files

add phpdoc

parent 3157d307
No related branches found
No related tags found
No related merge requests found
......@@ -808,6 +808,10 @@ class Preview {
}
/**
* @param int $fileId
* @return string
*/
private function getPreviewPath($fileId) {
return $this->getThumbnailsFolder() . '/' . $fileId . '/';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment