summaryrefslogtreecommitdiff
path: root/src/DTS/Validated.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/DTS/Validated.php')
-rw-r--r--src/DTS/Validated.php6
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 = '';
}