OembedResponse.php: trim

This commit is contained in:
Zankaria 2025-03-17 12:47:23 +01:00
parent 5a8c661257
commit 8ac67e9e85

View file

@ -2,11 +2,10 @@
namespace Vichan\Data;
/**
* Raw return values, those aren't validated beyond being not null and the type.
*/
class OembedResponse {
public string $type;
public ?string $title;
public ?int $cache_age;
public ?string $thumbnail_url;
public ?int $thumbnail_width;
public ?int $thumbnail_height;
}