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 3c99850 commit 022e859Copy full SHA for 022e859
src/Internal/CombinationsHelper.php
@@ -8,8 +8,8 @@ final class CombinationsHelper
8
{
9
10
/**
11
- * @param array<mixed> $arrays
12
- * @return iterable<mixed>
+ * @param array<iterable<mixed>> $arrays
+ * @return iterable<list<mixed>>
13
*/
14
public static function combinations(array $arrays): iterable
15
0 commit comments