mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
fix: phpstan pagination generics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user