From: Georg Ehrke Date: Wed, 27 Aug 2014 08:05:02 +0000 (+0200) Subject: add phpdoc X-Git-Tag: v8.0.0alpha1~692^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf76933b7642d4c429e78fc9cdc99e82872ba0f2;p=nextcloud-server.git add phpdoc --- diff --git a/lib/private/preview.php b/lib/private/preview.php index ba2cbd33bf3..d6bff961a73 100755 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -808,6 +808,10 @@ class Preview { } + /** + * @param int $fileId + * @return string + */ private function getPreviewPath($fileId) { return $this->getThumbnailsFolder() . '/' . $fileId . '/'; }