Skip to content

Commit

Permalink
reorder Collection interface use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 27, 2022
1 parent 31d4b31 commit 6bbb829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contract/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @template TKey
* @template T
*
* @template-extends IteratorAggregate<TKey, T>
* @template-extends Operation\Allable<TKey, T>
* @template-extends Operation\Appendable<TKey, T>
* @template-extends Operation\Applyable<TKey, T>
Expand Down Expand Up @@ -128,9 +129,9 @@
* @template-extends Operation\Wordsable<TKey, T>
* @template-extends Operation\Wrapable<TKey, T>
* @template-extends Operation\Zipable<TKey, T>
* @template-extends IteratorAggregate<TKey, T>
*/
interface Collection extends
IteratorAggregate,
Operation\Allable,
Operation\Appendable,
Operation\Applyable,
Expand Down Expand Up @@ -186,7 +187,6 @@ interface Collection extends
Operation\Intersectkeysable,
Operation\Intersperseable,
Operation\IsEmptyable,
IteratorAggregate,
Operation\Keyable,
Operation\Keysable,
Operation\Lastable,
Expand Down

0 comments on commit 6bbb829

Please sign in to comment.