We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5cffd commit e706f61Copy full SHA for e706f61
src/ConsecutiveArguments.php
@@ -21,7 +21,7 @@ private function __construct()
21
*
22
* @no-named-arguments
23
24
- * @return iterable<Callback<mixed>>
+ * @return iterable<array-key, Callback<mixed>>
25
*/
26
public static function of(array $firstConsecutiveArgument, array ...$additionalConsecutiveArguments): iterable
27
{
0 commit comments