ImageMetadata.php: add doc

This commit is contained in:
Zankaria 2025-03-22 00:58:38 +01:00
parent d5b4f2cd0f
commit 7367cf4b7e

View file

@ -3,7 +3,9 @@ namespace Vichan\Data;
class ImageMetadata {
// NOT affected by the exit orientation.
public int $width;
// NOT affected by the exif orientation.
public int $height;
public string $mime;
public ?int $exif_orientation;