ImageMetadata.php: rename from ImageMetadataResult.php

This commit is contained in:
Zankaria 2025-03-22 00:48:59 +01:00
parent c3f63ee79a
commit 322543a2e0

View file

@ -2,7 +2,7 @@
namespace Vichan\Data;
class ImageMetadataResult {
class ImageMetadata {
public int $width;
public int $height;
public string $mime;