From bd816caa5d9c5dd6f34c02b6060c3df67edbf669 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 26 Dec 2024 16:31:01 +0000 Subject: [PATCH] chore: fixes types --- app/Jobs/IncrementViews.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/IncrementViews.php b/app/Jobs/IncrementViews.php index 324565947..2181c68dd 100644 --- a/app/Jobs/IncrementViews.php +++ b/app/Jobs/IncrementViews.php @@ -103,7 +103,7 @@ public function getModelName(): string /** * Get the recently viewed models. * - * @return Collection|Collection + * @return Collection */ private function getRecentlyViewed(string $key): Collection {