Skip to content

Commit

Permalink
Remove @mixin from interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgaal committed Oct 18, 2022
1 parent 0113ab8 commit 2d25a23
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stubs/Contracts/Pagination.stub
Expand Up @@ -4,9 +4,6 @@ namespace Illuminate\Contracts\Pagination;

/**
* @template TItem
*
* @mixin \Illuminate\Support\Collection<array-key, TItem>
* @mixin \Illuminate\Pagination\Paginator<TItem>
*/
interface Paginator
{
Expand All @@ -19,18 +16,13 @@ interface Paginator
/**
* @template TItem
*
* @mixin \Illuminate\Support\Collection<array-key, TItem>
* @mixin \Illuminate\Pagination\LengthAwarePaginator<TItem>
* @extends Paginator<TItem>
*/
interface LengthAwarePaginator extends Paginator
{}

/**
* @template TItem
*
* @mixin \Illuminate\Support\Collection<array-key, TItem>
* @mixin \Illuminate\Pagination\CursorPaginator<TItem>
*/
interface CursorPaginator
{
Expand Down

0 comments on commit 2d25a23

Please sign in to comment.