Skip to content

Commit 0ace1b4

Browse files
committed
Add type reference in json format
1 parent 00a9ed4 commit 0ace1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tag/Tag.php

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function getDescription(): ?DescriptionInterface
3434
public function jsonSerialize(): array
3535
{
3636
return \array_filter([
37+
'kind' => static::class,
3738
'name' => $this->name,
3839
'description' => $this->description,
3940
], static fn(mixed $value): bool => $value !== null);

0 commit comments

Comments
 (0)