summaryrefslogtreecommitdiffstats
path: root/lib/private/PreviewManager.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 18:51:52 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 18:51:52 +0100
commitf07d75a4dda0b6c6de126561d74da6e5a449fb99 (patch)
treecb75ffb30267c227544623a5893b8e3249bb33f0 /lib/private/PreviewManager.php
parentb775d935f2098e875c12e3ccb631d01f0c69f828 (diff)
downloadnextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.tar.gz
nextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.zip
@since 9.2.0 to @since 11.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/PreviewManager.php')
-rw-r--r--lib/private/PreviewManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/PreviewManager.php b/lib/private/PreviewManager.php
index a2ef9659b3b..600557da5a0 100644
--- a/lib/private/PreviewManager.php
+++ b/lib/private/PreviewManager.php
@@ -155,7 +155,7 @@ class PreviewManager implements IPreview {
* @param string $mimeType
* @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) {
if ($this->generator === null) {