fix php-lint

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-04-17 17:18:09 +02:00
parent 456679c6fb
commit 800f40b71c

View file

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