Skip to content

Commit

Permalink
Fix Zipable 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 711f3c7 commit 7e47439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Unzipable.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Unzipable
*
* @see https://loophp-collection.readthedocs.io/en/stable/pages/api.html#unzip
*
* @return Collection<TKey,T>
* @return Collection<int, list<T>>
*/
public function unzip(): Collection;
}

0 comments on commit 7e47439

Please sign in to comment.