Skip to content

Commit

Permalink
Merge pull request #8 from ostrolucky/patch-1
Browse files Browse the repository at this point in the history
Add missing return shape for withConsecutive()
  • Loading branch information
bytes-commerce authored Dec 17, 2023
2 parents c83775e + 4951024 commit 92f7f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConsecutiveParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

trait ConsecutiveParams
{
/** @return list<Callback> */
public static function withConsecutive(array $firstCallArguments, array ...$consecutiveCallsArguments): iterable
{
foreach ($consecutiveCallsArguments as $consecutiveCallArguments) {
Expand Down

0 comments on commit 92f7f0d

Please sign in to comment.