Skip to content

Commit

Permalink
Fix Groupable interface (to backport to master)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 31, 2021
1 parent 05bbf8e commit 6c24b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Groupable.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface Groupable
*
* @see https://loophp-collection.readthedocs.io/en/stable/pages/api.html#group
*
* @return Collection<TKey, T>
* @return Collection<int, list<T>>
*/
public function group(): Collection;
}

0 comments on commit 6c24b7e

Please sign in to comment.