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.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/DTS/Validated.php b/src/DTS/Validated.php
new file mode 100644
index 0000000..9610538
--- /dev/null
+++ b/src/DTS/Validated.php
@@ -0,0 +1,12 @@
+<?php
+
+declare(strict_types=1);
+
+namespace DTS;
+
+class Validated
+{
+ public string $task = '';
+
+ public string $tag = '';
+}