Skip to content

Commit

Permalink
Add forgotten interface links.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 30, 2020
1 parent cddf0b8 commit be3f405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Contract/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
use loophp\collection\Contract\Operation\Nthable;
use loophp\collection\Contract\Operation\Nullsyable;
use loophp\collection\Contract\Operation\Onlyable;
use loophp\collection\Contract\Operation\Packable;
use loophp\collection\Contract\Operation\Padable;
use loophp\collection\Contract\Operation\Pairable;
use loophp\collection\Contract\Operation\Permutateable;
Expand All @@ -76,6 +77,7 @@
use loophp\collection\Contract\Operation\Timesable;
use loophp\collection\Contract\Operation\Transposeable;
use loophp\collection\Contract\Operation\Truthyable;
use loophp\collection\Contract\Operation\Unpackable;
use loophp\collection\Contract\Operation\Unpairable;
use loophp\collection\Contract\Operation\Untilable;
use loophp\collection\Contract\Operation\Unwrapable;
Expand Down Expand Up @@ -131,6 +133,7 @@
* @template-extends Normalizeable<TKey, T>
* @template-extends Nthable<TKey, T>
* @template-extends Onlyable<TKey, T>
* @template-extends Packable<TKey, T>
* @template-extends Padable<TKey, T>
* @template-extends Pairable<TKey, T>
* @template-extends Permutateable<TKey, T>
Expand All @@ -151,6 +154,7 @@
* @template-extends Splitable<TKey, T>
* @template-extends Tailable<TKey, T>
* @template-extends Transposeable<TKey, T>
* @template-extends Unpack<TKey, T>
* @template-extends Unpairable<TKey, T>
* @template-extends Untilable<TKey, T>
* @template-extends Unwrapable<TKey, T>
Expand Down Expand Up @@ -209,6 +213,7 @@ interface Collection extends
Nthable,
Nullsyable,
Onlyable,
Packable,
Padable,
Pairable,
Permutateable,
Expand All @@ -232,6 +237,7 @@ interface Collection extends
Timesable,
Transposeable,
Truthyable,
Unpackable,
Unpairable,
Untilable,
Unwrapable,
Expand Down

0 comments on commit be3f405

Please sign in to comment.