Skip to content

Commit

Permalink
refactor: Update Transpose operation in point free style - add miss…
Browse files Browse the repository at this point in the history
…ing documentation (#178)
  • Loading branch information
drupol committed Aug 23, 2021
1 parent a2ee653 commit bd0ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Transpose.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Transpose extends AbstractOperation
/**
* @pure
*
* @psalm-suppress ImpureMethodCall
* @psalm-suppress ImpureMethodCall - using MultipleIterator as an internal tool which is not returned
*
* @return Closure(Iterator<TKey, T>): Generator<TKey, list<T>>
*/
Expand Down

0 comments on commit bd0ec78

Please sign in to comment.