Skip to content

Commit

Permalink
fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 6, 2022
1 parent ec10eeb commit 69818b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Shuffleable.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ interface Shuffleable
*
* @return Collection<TKey, T>
*/
public function shuffle(): Collection;
public function shuffle(?int $seed = null): Collection;
}

0 comments on commit 69818b3

Please sign in to comment.