diff --git a/Model/Config.php b/Model/Config.php
index 6b56542..151ae3c 100644
--- a/Model/Config.php
+++ b/Model/Config.php
@@ -218,7 +218,11 @@ public function getSkipChildByCompositeTypes($store = null): array
{
$data = explode(
',',
- (string) $this->config->getValue(self::PATH_SKIP_CHILD_BY_COMPOSITE_TYPE, ScopeInterface::SCOPE_STORE, $store)
+ (string) $this->config->getValue(
+ self::PATH_SKIP_CHILD_BY_COMPOSITE_TYPE,
+ ScopeInterface::SCOPE_STORE,
+ $store
+ )
);
return array_filter($data);
diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml
index 7cf6b1c..1720767 100644
--- a/etc/adminhtml/system.xml
+++ b/etc/adminhtml/system.xml
@@ -15,7 +15,7 @@
Tweakwise_Magento2TweakwiseExport::config
- Tweakwise Export version v7.2.0
+ Tweakwise Export version v7.2.1
Magento\Config\Model\Config\Source\Yesno