Skip to content

Commit 92f7f0d

Browse files
Merge pull request #8 from ostrolucky/patch-1
Add missing return shape for withConsecutive()
2 parents c83775e + 4951024 commit 92f7f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConsecutiveParams.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
trait ConsecutiveParams
1414
{
15+
/** @return list<Callback> */
1516
public static function withConsecutive(array $firstCallArguments, array ...$consecutiveCallsArguments): iterable
1617
{
1718
foreach ($consecutiveCallsArguments as $consecutiveCallArguments) {

0 commit comments

Comments
 (0)