lint: fix php

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/807/merge
Varun Patil 2023-10-04 23:52:11 -07:00
parent fedb029b3f
commit e56828f3e8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class LivePhoto
return 'self__trailer';
}
else if ('image/heic' === $exif['MIMEType']) {
if ('image/heic' === $exif['MIMEType']) {
// Samsung HEIC -- no way to get this out yet (DirectoryItemLength is senseless)
// The reason this is above the MotionPhotoVideo check is because extracting binary
// EXIF fields on the fly is extremely expensive compared to trailer extraction.