From 31fb0015e59ebd0e514e8ef3b3321f2fd7aafeba Mon Sep 17 00:00:00 2001 From: Josh Di Fabio Date: Mon, 30 Oct 2017 16:44:21 +0000 Subject: [PATCH] Ensure all sets implement IteratorAggregate --- src/AttributeDataSet.php | 2 +- src/CategoryDataSet.php | 2 +- src/CategoryIdSet.php | 2 +- src/ProductDataSet.php | 2 +- src/VariantDataSet.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AttributeDataSet.php b/src/AttributeDataSet.php index 4884a0d..09a3835 100644 --- a/src/AttributeDataSet.php +++ b/src/AttributeDataSet.php @@ -1,7 +1,7 @@