diff --git a/src/Contract/Operation/Shuffleable.php b/src/Contract/Operation/Shuffleable.php index b1a4f55bf..1e044486d 100644 --- a/src/Contract/Operation/Shuffleable.php +++ b/src/Contract/Operation/Shuffleable.php @@ -19,5 +19,5 @@ interface Shuffleable * * @return Collection */ - public function shuffle(): Collection; + public function shuffle(?int $seed = null): Collection; }