diff --git a/src/Response/DTO/Hashtag/Item.php b/src/Response/DTO/Hashtag/Item.php index 364d240..4031188 100644 --- a/src/Response/DTO/Hashtag/Item.php +++ b/src/Response/DTO/Hashtag/Item.php @@ -280,9 +280,9 @@ public function getViewCount(): int } /** - * @return object + * @return array */ - public function getUser(): object + public function getUser(): array { return $this->user; }