@@ -23,6 +23,9 @@ |
||
| 23 | 23 | $this->assertCount( 6, $combinedValues ); |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param integer[] $values |
|
| 28 | + */ |
|
| 26 | 29 | private function newGeneratorAggregate( iterable $values ): \IteratorAggregate { |
| 27 | 30 | return new class( $values ) implements IteratorAggregate { |
| 28 | 31 | private $values; |