diff options
Diffstat (limited to 'lib/private/Preview/TIFF.php')
-rw-r--r-- | lib/private/Preview/TIFF.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/TIFF.php b/lib/private/Preview/TIFF.php index 9f03e3c79f6..0c667117339 100644 --- a/lib/private/Preview/TIFF.php +++ b/lib/private/Preview/TIFF.php @@ -28,7 +28,7 @@ class TIFF extends Bitmap { /** * {@inheritDoc} */ - public function getMimeType() { + public function getMimeType(): string { return '/image\/tiff/'; } } |