From 800f40b71c65a11034eb4b5d28c7b83fb8687357 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 17 Apr 2023 17:18:09 +0200 Subject: [PATCH] fix php-lint Signed-off-by: Simon L --- lib/private/Preview/Bundled.php | 1 - 1 file changed, 1 deletion(-) 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; }