diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-31 19:00:53 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-31 19:00:53 +0100 |
commit | 0dbe90cc9ae1f8206efc81ce07e62e258918564e (patch) | |
tree | 98c3758c77c77348042cbb541064731e491a23c0 /lib/public/ipreview.php | |
parent | be07e828ef67f7cc5ac576c9ebaea83693825c34 (diff) | |
download | nextcloud-server-0dbe90cc9ae1f8206efc81ce07e62e258918564e.tar.gz nextcloud-server-0dbe90cc9ae1f8206efc81ce07e62e258918564e.zip |
fix documentation stuff
Diffstat (limited to 'lib/public/ipreview.php')
-rw-r--r-- | lib/public/ipreview.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/ipreview.php b/lib/public/ipreview.php index b01e7f5b539..beebd7bd2fa 100644 --- a/lib/public/ipreview.php +++ b/lib/public/ipreview.php @@ -15,7 +15,7 @@ interface IPreview { /** - * @brief return a preview of a file + * Return a preview of a file * @param string $file The path to the file where you want a thumbnail from * @param int $maxX The maximum X size of the thumbnail. It can be smaller depending on the shape of the image * @param int $maxY The maximum Y size of the thumbnail. It can be smaller depending on the shape of the image @@ -26,7 +26,7 @@ interface IPreview /** - * @brief returns true if the passed mime type is supported + * Returns true if the passed mime type is supported * @param string $mimeType * @return boolean */ |