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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 20:51:52 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 20:51:52 +0300
commitf07d75a4dda0b6c6de126561d74da6e5a449fb99 (patch)
treecb75ffb30267c227544623a5893b8e3249bb33f0 /lib/public/IPreview.php
parentb775d935f2098e875c12e3ccb631d01f0c69f828 (diff)
@since 9.2.0 to @since 11.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/IPreview.php')
-rw-r--r--lib/public/IPreview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IPreview.php b/lib/public/IPreview.php
index c6417b4d182..cddf7fc6a66 100644
--- a/lib/public/IPreview.php
+++ b/lib/public/IPreview.php
@@ -99,7 +99,7 @@ interface IPreview {
* @param string $mimeType To force a given mimetype for the file (files_versions needs this)
* @return ISimpleFile
* @throws NotFoundException
- * @since 9.2.0
+ * @since 11.0.0
*/
public function getPreview(File $file, $width = -1, $height = -1, $crop = false, $mode = IPreview::MODE_FILL, $mimeType = null);