We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c83775e + 4951024 commit 92f7f0dCopy full SHA for 92f7f0d
src/ConsecutiveParams.php
@@ -12,6 +12,7 @@
12
13
trait ConsecutiveParams
14
{
15
+ /** @return list<Callback> */
16
public static function withConsecutive(array $firstCallArguments, array ...$consecutiveCallsArguments): iterable
17
18
foreach ($consecutiveCallsArguments as $consecutiveCallArguments) {
0 commit comments