Browse Source

fix php-lint

Signed-off-by: Simon L <szaimen@e.mail.de>
pull/37772/head
Simon L 3 years ago
parent
commit
800f40b71c
  1. 1
      lib/private/Preview/Bundled.php

1
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;
}

Loading…
Cancel
Save