We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9ed4 commit 0ace1b4Copy full SHA for 0ace1b4
src/Tag/Tag.php
@@ -34,6 +34,7 @@ public function getDescription(): ?DescriptionInterface
34
public function jsonSerialize(): array
35
{
36
return \array_filter([
37
+ 'kind' => static::class,
38
'name' => $this->name,
39
'description' => $this->description,
40
], static fn(mixed $value): bool => $value !== null);
0 commit comments