Skip to content

Commit

Permalink
fix: update parameter type to satisfy PSalm 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 12, 2023
1 parent 2619173 commit 9ad6d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Permutate.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __invoke(): Closure
}

/**
* @param list<T> $dataset
* @param array<array-key, T> $dataset
*
* @return Generator<int, list<T>>
*/
Expand Down

0 comments on commit 9ad6d0f

Please sign in to comment.