Add some tests + phpdoc

This commit is contained in:
2024-12-23 22:19:37 +01:00
parent 3996272cec
commit 623b939df1
9 changed files with 71 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ readonly class Keyword
{
public function __construct(
public string $name,
public string $value,
public ?string $value,
public ?string $comment,
) {}