Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-20 22:19:36 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-20 22:20:51 +0300
commit6703b408601cb983b3b019e55efc7334b1518964 (patch)
treef3dfe5bf270d49335d59620212cdd4f9f4a7f44e /controller
parent3d3083119f6ed3fc33da1177d7e212a0ba919392 (diff)
More PHPDoc updates
[ci skip]
Diffstat (limited to 'controller')
-rw-r--r--controller/preview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/preview.php b/controller/preview.php
index 42c61b5d..886b4b42 100644
--- a/controller/preview.php
+++ b/controller/preview.php
@@ -132,7 +132,7 @@ trait Preview {
/**
* Returns the file of which a preview will be generated
*
- * @param $fileId
+ * @param int $fileId
*
* @return array<File|int|null>
*/
@@ -191,7 +191,7 @@ trait Preview {
/**
* Returns an error array
*
- * @param $exception
+ * @param ServiceException $exception
*
* @return array<null|int|string>
*/