Skip to content

Commit 7a861c9

Browse files
committed
[m] Fixes phpstan level 6 warnings.
1 parent 38f5fe1 commit 7a861c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CombinationsGenerator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class CombinationsGenerator
1919
/**
2020
* Taken from https://stackoverflow.com/a/56598845/430062.
2121
*
22-
* @param array $list
22+
* @param mixed[] $list
2323
*
24-
* @return \Generator
24+
* @return \Generator<mixed>
2525
*/
2626
public function generate(array $list): \Generator
2727
{

0 commit comments

Comments
 (0)