Skip to content

Commit

Permalink
chore: fixes types
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 26, 2024
1 parent f9cd38c commit bd816ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/IncrementViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getModelName(): string
/**
* Get the recently viewed models.
*
* @return Collection<array-key, Question>|Collection<array-key, User>
* @return Collection<array-key, Question>
*/
private function getRecentlyViewed(string $key): Collection
{
Expand Down

0 comments on commit bd816ca

Please sign in to comment.