From 984779a92b55dcf0ee4031ef6b8786546029fc05 Mon Sep 17 00:00:00 2001 From: Nima B Date: Sat, 25 Dec 2021 14:58:01 +0330 Subject: [PATCH] Update Item.php fix return getUser function --- src/Response/DTO/Hashtag/Item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }