aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/PNG.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Preview/PNG.php')
-rw-r--r--lib/private/Preview/PNG.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/PNG.php b/lib/private/Preview/PNG.php
index cafe081818d..1a1cf52c968 100644
--- a/lib/private/Preview/PNG.php
+++ b/lib/private/Preview/PNG.php
@@ -26,7 +26,7 @@ class PNG extends Image {
/**
* {@inheritDoc}
*/
- public function getMimeType() {
+ public function getMimeType(): string {
return '/image\/png/';
}
}