forked from leftypol/leftypol
OembedResponse.php: trim
This commit is contained in:
parent
5a8c661257
commit
8ac67e9e85
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue