Upgrade to 3.9.0
This commit is contained in:
@@ -215,9 +215,10 @@ class Exif
|
||||
*/
|
||||
protected function parseFocalLength(): string|null
|
||||
{
|
||||
return $this->data['FocalLength'] ??
|
||||
$this->data['FocalLengthIn35mmFilm'] ??
|
||||
null;
|
||||
return
|
||||
$this->data['FocalLength'] ??
|
||||
$this->data['FocalLengthIn35mmFilm'] ??
|
||||
null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user