diff --git a/inc/Data/ImageMetadataResult.php b/inc/Data/ImageMetadataResult.php index 08d69dc2..e63dd878 100644 --- a/inc/Data/ImageMetadataResult.php +++ b/inc/Data/ImageMetadataResult.php @@ -10,6 +10,6 @@ class ImageMetadataResult { public function __construct(int $width, int $height, string $mime) { $this->width = $$width; $this->height = $$height; - $this->mime = $$mime; + $this->mime = $mime; } }