| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class PropertyValueCollections implements \IteratorAggregate { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param PropertyValueCollection[] $propertyValueCollections |
||
| 13 | */ |
||
| 14 | public function __construct( |
||
| 17 | 3 | } |
|
| 18 | 3 | ||
| 19 | /** |
||
| 20 | * @return PropertyValueCollection[] |
||
| 21 | */ |
||
| 22 | public function toArray(): array { |
||
| 24 | 3 | } |
|
| 25 | |||
| 26 | public function getIterator(): Traversable { |
||
| 31 |