From 6ca330dd8b90ea91f46a722d950e78ad3b8e5e62 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 4 Feb 2023 18:19:04 +0000 Subject: [PATCH] hint --- core/imageboard/tag.php | 3 +++ 1 file changed, 3 insertions(+) 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 {