fix: phpstan pagination generics

This commit is contained in:
Roardom
2025-03-02 08:33:14 +00:00
parent ad8b0da80b
commit 8122c6a5bc
53 changed files with 73 additions and 691 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class TopicPostSearch extends Component
}
/**
* @return \Illuminate\Pagination\LengthAwarePaginator<Post>
* @return \Illuminate\Pagination\LengthAwarePaginator<int, Post>
*/
#[Computed]
final public function posts(): \Illuminate\Pagination\LengthAwarePaginator