mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-09-10 02:24:33 +02:00
✨ Add specific elements
This commit is contained in:
@@ -12,17 +12,17 @@ class Image extends HasValidator implements SRSSElement
|
||||
* @required
|
||||
* @url
|
||||
*/
|
||||
public string $url;
|
||||
public ?string $url = null;
|
||||
/**
|
||||
* @required
|
||||
* @nohtml
|
||||
*/
|
||||
public string $title;
|
||||
public ?string $title = null;
|
||||
/**
|
||||
* @required
|
||||
* @url
|
||||
*/
|
||||
public string $link;
|
||||
public ?string $link = null;
|
||||
/**
|
||||
* @int
|
||||
* @max 144
|
||||
|
Reference in New Issue
Block a user