summaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/Bundled.php
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-04-17 17:18:09 +0200
committerSimon L <szaimen@e.mail.de>2023-04-17 17:18:09 +0200
commit800f40b71c65a11034eb4b5d28c7b83fb8687357 (patch)
treec0f90f9ce6d108ed7d8340260d387fedf5c13ef8 /lib/private/Preview/Bundled.php
parent456679c6fbdfd962a7b8ce2f69be10fd2b2082ba (diff)
downloadnextcloud-server-800f40b71c65a11034eb4b5d28c7b83fb8687357.tar.gz
nextcloud-server-800f40b71c65a11034eb4b5d28c7b83fb8687357.zip
fix php-lint
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'lib/private/Preview/Bundled.php')
-rw-r--r--lib/private/Preview/Bundled.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Preview/Bundled.php b/lib/private/Preview/Bundled.php
index bbe2fcf30ea..2a408b90c4e 100644
--- a/lib/private/Preview/Bundled.php
+++ b/lib/private/Preview/Bundled.php
@@ -31,7 +31,6 @@ use OCP\IImage;
*/
abstract class Bundled extends ProviderV2 {
protected function extractThumbnail(File $file, string $path): ?IImage {
-
if ($file->getSize() === 0) {
return null;
}