Skip to content

Commit e706f61

Browse files
author
Michael Petri
committed
fixed return typed
1 parent 8a5cffd commit e706f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConsecutiveArguments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private function __construct()
2121
*
2222
* @no-named-arguments
2323
*
24-
* @return iterable<Callback<mixed>>
24+
* @return iterable<array-key, Callback<mixed>>
2525
*/
2626
public static function of(array $firstConsecutiveArgument, array ...$additionalConsecutiveArguments): iterable
2727
{

0 commit comments

Comments
 (0)