Completed
Push — master ( 947ab3...953b0d )
by
unknown
01:00
created
src/Observers/AttributeOptionValueExportObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         $artefacts = array();
62 62
 
63 63
         // load the attribute option values for the custom store views
64
-        $attributeOptionValues = $this->getValue(ColumnKeys::ATTRIBUTE_OPTION_VALUES, array(), function ($value) {
64
+        $attributeOptionValues = $this->getValue(ColumnKeys::ATTRIBUTE_OPTION_VALUES, array(), function($value) {
65 65
             return $this->explode($value, $this->getMultipleFieldDelimiter());
66 66
         });
67 67
 
Please login to merge, or discard this patch.