mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix php-lint
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
456679c6fb
commit
800f40b71c
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue