diff --git a/core/imageboard/tag.php b/core/imageboard/tag.php index a8fecb3d..996044eb 100644 --- a/core/imageboard/tag.php +++ b/core/imageboard/tag.php @@ -22,6 +22,9 @@ class TagUsage $this->uses = $uses; } + /** + * @return TagUsage[] + */ #[Query(name: "tags", type: '[TagUsage]')] public static function tags(string $search, int $limit=10): array {