title | issue | author | author_email | author_github |
---|---|---|---|---|
Make an array struct iterable and countable |
NEXT-26250 |
Dominik Mank |
dominikmank |
- Added
\IteratorAggregate
and\Countable
to theShopware\Core\Framework\Struct\ArrayStruct
to allow iteration through the values and counting the values - Added test cases for the
Shopware\Core\Framework\Struct\ArrayStruct