diff options
Diffstat (limited to 'src/DTS/Validated.php')
| -rw-r--r-- | src/DTS/Validated.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DTS/Validated.php b/src/DTS/Validated.php index 5df8af7..86c6f64 100644 --- a/src/DTS/Validated.php +++ b/src/DTS/Validated.php @@ -6,9 +6,9 @@ namespace DTS; class Validated { - public ?string $url; + public string $url = ''; - public ?string $title; + public string $title = ''; - public ?string $tag; + public string $tag = ''; } |
