Skip to content

Commit 022e859

Browse files
VincentLangletondrejmirtes
authored andcommitted
Improve CombinationHelper phpdoc
1 parent 3c99850 commit 022e859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Internal/CombinationsHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ final class CombinationsHelper
88
{
99

1010
/**
11-
* @param array<mixed> $arrays
12-
* @return iterable<mixed>
11+
* @param array<iterable<mixed>> $arrays
12+
* @return iterable<list<mixed>>
1313
*/
1414
public static function combinations(array $arrays): iterable
1515
{

0 commit comments

Comments
 (0)